diff options
Diffstat (limited to 'tools/h5dump/testh5dump.sh.in')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index 1505b9f..81bcab8 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -322,9 +322,8 @@ TOOLTEST tvms.ddl tvms.h5 # test for binary output TOOLTEST tbin.ddl -d integer -b out.bin test1.h5 - -# test for binary output using a file type form -F DI TOOLTEST tbin2.ddl -d integer -b out2.bin -F DI test1.h5 +TOOLTEST tbin3.ddl -d integer -b out3.bin -F LI test1.h5 if test $nerrors -eq 0 ; then echo "All $DUMPER tests passed." |