summaryrefslogtreecommitdiffstats
path: root/tools/testh5ls.sh
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2000-10-24 22:06:39 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2000-10-24 22:06:39 (GMT)
commit2f3e8498cbd40f045dc50a6453371dd323ea6836 (patch)
tree5a6cef642b602b3078f5fe06a856ab5ec9ee3f3e /tools/testh5ls.sh
parent22feb1e946ab78c77f3d1bc1f55b6be7574d6c03 (diff)
downloadhdf5-2f3e8498cbd40f045dc50a6453371dd323ea6836.zip
hdf5-2f3e8498cbd40f045dc50a6453371dd323ea6836.tar.gz
hdf5-2f3e8498cbd40f045dc50a6453371dd323ea6836.tar.bz2
[svn-r2732] Purpose:
New tests Description: Added a new test file (tsaf.h5) for h5dump and h5ls. The test file was created by lib SAF team. This file used to cause previous version of hdf5 tools to core dump. Platforms tested: IRIX64 -64, linux
Diffstat (limited to 'tools/testh5ls.sh')
-rwxr-xr-xtools/testh5ls.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/testh5ls.sh b/tools/testh5ls.sh
index 7d8826e..cfe9f08 100755
--- a/tools/testh5ls.sh
+++ b/tools/testh5ls.sh
@@ -111,6 +111,9 @@ TOOLTEST tloop-1.ls -r -d tloop.h5
# test for string
TOOLTEST tstr-1.ls -r -d tstr.h5
+# test test file created from lib SAF team
+TOOLTEST tsaf.ls -r -d tsaf.h5
+
if test $nerrors -eq 0 ; then
echo "All $h5tool tests passed."
fi