diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2002-10-16 05:37:54 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2002-10-16 05:37:54 (GMT) |
commit | e7600e5ff8275b235e65dba9108337a6fb794202 (patch) | |
tree | a8c171ce7fd6c931d12425298c9f0fcaf943f725 /tools/h5dump | |
parent | 3ec37aad96a3dbc490497a5bdde889822651e4bd (diff) | |
download | hdf5-e7600e5ff8275b235e65dba9108337a6fb794202.zip hdf5-e7600e5ff8275b235e65dba9108337a6fb794202.tar.gz hdf5-e7600e5ff8275b235e65dba9108337a6fb794202.tar.bz2 |
[svn-r6008] Purpose:
Changed the file name nofilename.ddl to tnofilename.ddl, to be consistent
with the other file names.
Platforms tested:
eirene only since this is a very simple change.
Diffstat (limited to 'tools/h5dump')
-rwxr-xr-x | tools/h5dump/testh5dump.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/testh5dump.sh b/tools/h5dump/testh5dump.sh index fe7f1a1..ec22362 100755 --- a/tools/h5dump/testh5dump.sh +++ b/tools/h5dump/testh5dump.sh @@ -175,7 +175,7 @@ TOOLTEST tdset2-1s.ddl -d "/dset1[;3,2;4,4;1,4]" tdset2.h5 # test failure handling # Missing file name -TOOLTEST nofilename.ddl +TOOLTEST tnofilename.ddl # test XML TOOLTEST tall.h5.xml --xml tall.h5 |