summaryrefslogtreecommitdiffstats
path: root/vms/tools
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2009-07-28 15:56:13 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2009-07-28 15:56:13 (GMT)
commitc36ee92005f92ead97e2563c52efc9d321e36e4c (patch)
treea77e3e8b9a0b31e0483ac5129a469a7f359614bc /vms/tools
parent902de51188364990fa0eddc1ba82f05cbbd60a20 (diff)
downloadhdf5-c36ee92005f92ead97e2563c52efc9d321e36e4c.zip
hdf5-c36ee92005f92ead97e2563c52efc9d321e36e4c.tar.gz
hdf5-c36ee92005f92ead97e2563c52efc9d321e36e4c.tar.bz2
[svn-r17251] Added H5Dlayout.c to the source and updated the test script file for h5import.
Not tested yet.
Diffstat (limited to 'vms/tools')
-rw-r--r--vms/tools/h5import/check_h5import.com6
1 files changed, 3 insertions, 3 deletions
diff --git a/vms/tools/h5import/check_h5import.com b/vms/tools/h5import/check_h5import.com
index fe5b323..0348391 100644
--- a/vms/tools/h5import/check_h5import.com
+++ b/vms/tools/h5import/check_h5import.com
@@ -108,10 +108,10 @@ $ CALL TOOLTEST "str.txt -c textstr.conf -o" test14.h5
$
$ ! Delete temporary files
-$ del *_out.h5;*
+$ del *.h5;*
$ del *.h5importtxt;*
-$ del b*.;*
-$ del txti*.;*
+$ del *.bin;*
+$ del *.txt;*
$ del *.dif;*
$ !
$