diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-02-05 15:54:04 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-02-05 15:54:04 (GMT) |
commit | 1756d4f8a3bfaf6856b73e5a0df91881be46a72f (patch) | |
tree | 06f43fbb626c4c6112de9c50a26f96c808c1eb21 | |
parent | eb643cff70ddbd157d95aaee5578f7792aca3f40 (diff) | |
download | hdf5-1756d4f8a3bfaf6856b73e5a0df91881be46a72f.zip hdf5-1756d4f8a3bfaf6856b73e5a0df91881be46a72f.tar.gz hdf5-1756d4f8a3bfaf6856b73e5a0df91881be46a72f.tar.bz2 |
[svn-r14495] add the file bin8w.h5 for the new test to be removed on cleaning along with the others h5s
-rwxr-xr-x | tools/h5import/h5importtestutil.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5import/h5importtestutil.sh b/tools/h5import/h5importtestutil.sh index 03e05fb..96be5d1 100755 --- a/tools/h5import/h5importtestutil.sh +++ b/tools/h5import/h5importtestutil.sh @@ -102,7 +102,7 @@ TESTING "BINARY I8 CR LF EOF" TOOLTEST $srcdir/testfiles/bin8w.bin -c $srcdir/testfiles/bin8w.conf -o bin8w.h5 rm -f tx* b* *.dat -rm -f test*.h5 +rm -f test*.h5 bin8w.h5 rm -rf tmp_testfiles else echo "** h5import or h5importtest not available ***" |