[svn-r6596] Purpose:
Code cleanup/bug fix
Description:
Clean up files created during testing.
Solution:
Platforms tested:
FreeBSD 4.8 (sleipnir)
Linux 2.4 (eirene)
Misc. update:
This commit is contained in:
@@ -79,9 +79,9 @@ TOOLTEST() {
|
||||
fi
|
||||
|
||||
# Clean up output file
|
||||
# if test -z "$HDF5_NOCLEANUP"; then
|
||||
# rm -f $actual $actual_err
|
||||
# fi
|
||||
if test -z "$HDF5_NOCLEANUP"; then
|
||||
rm -f $actual $actual_err
|
||||
fi
|
||||
}
|
||||
|
||||
##############################################################################
|
||||
@@ -105,10 +105,6 @@ TOOLTEST h5diff_4.txt -d h5diff_test1.h5 h5diff_test2.h5
|
||||
# test5: Check for invalid -d options
|
||||
TOOLTEST h5diff_5.txt -d -4 h5diff_test1.h5 h5diff_test2.h5
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
if test $nerrors -eq 0 ; then
|
||||
echo "All $H5DIFF tests passed."
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user