diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-01-27 21:46:09 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-01-27 21:46:09 (GMT) |
commit | 081955fdd17f546e005238fd2ceae0526399e805 (patch) | |
tree | 7180eb0b0f71724e4da11dda648dae8271a41657 /tools/test/h5ls | |
parent | 2cac1c063735f2989988b279ff0233d6e9f335a3 (diff) | |
download | hdf5-081955fdd17f546e005238fd2ceae0526399e805.zip hdf5-081955fdd17f546e005238fd2ceae0526399e805.tar.gz hdf5-081955fdd17f546e005238fd2ceae0526399e805.tar.bz2 |
Additional minor changes from revise_chunks->develop.
Diffstat (limited to 'tools/test/h5ls')
-rw-r--r-- | tools/test/h5ls/testh5ls.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/test/h5ls/testh5ls.sh.in b/tools/test/h5ls/testh5ls.sh.in index 15282f6..ecad392 100644 --- a/tools/test/h5ls/testh5ls.sh.in +++ b/tools/test/h5ls/testh5ls.sh.in @@ -427,9 +427,9 @@ fi if test $USE_FILTER_DEFLATE = "yes" ; then # data read internal filters TOOLTEST tdset_idx.ls 0 -w80 -d tdset_idx.h5 +else + echo "***skip testing tdset_idx.h5" fi -echo "***skip testing tdset_idx.h5" -TOOLTEST tdset_idx.ls 0 -w80 -d tdset_idx.h5 # Clean up temporary files/directories CLEAN_TESTFILES_AND_TESTDIR |