diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-05-03 19:01:30 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-05-03 19:01:30 (GMT) |
commit | 82e9f2291208be85acc299839e717b5f5b620ec8 (patch) | |
tree | 8033b502f5816c4e66702d03157f6b5ba04a4964 /tools/h5dump | |
parent | 907a5a1df061e3343d6783c354574fcbb409f73b (diff) | |
download | hdf5-82e9f2291208be85acc299839e717b5f5b620ec8.zip hdf5-82e9f2291208be85acc299839e717b5f5b620ec8.tar.gz hdf5-82e9f2291208be85acc299839e717b5f5b620ec8.tar.bz2 |
[svn-r20715] Remove Packed Bits if block in tests
Diffstat (limited to 'tools/h5dump')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index 9406df7..24847d7 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -433,11 +433,7 @@ TOOLTEST tchar1.ddl -r tchar.h5 # test failure handling # Missing file name -if test "$Have_Packed_Bits" = "yes"; then - TOOLTEST tnofilename-with-packed-bits.ddl -else -TOOLTEST tnofilename.ddl -fi +TOOLTEST tnofilename-with-packed-bits.ddl # rev. 2004 |