diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-03-20 13:50:03 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-03-20 13:50:03 (GMT) |
commit | be410798d056b29d8e6574d05d2d11b35b4d6c66 (patch) | |
tree | 8a0b24a9fdfdb7d53f53d94d6ea292c307bab0a9 /tools/h5dump | |
parent | 2c428c1bd7e168795035af74e6ca582ba13983b1 (diff) | |
download | hdf5-be410798d056b29d8e6574d05d2d11b35b4d6c66.zip hdf5-be410798d056b29d8e6574d05d2d11b35b4d6c66.tar.gz hdf5-be410798d056b29d8e6574d05d2d11b35b4d6c66.tar.bz2 |
[svn-r22098] Add reference file extensions in new tests.
Remove "STAR" test as some platforms vary in interpretation.
Diffstat (limited to 'tools/h5dump')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index 68052a6..25a30c5 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -799,9 +799,9 @@ TOOLTEST tarray7.ddl --enable-error-stack tarray7.h5 TOOLTEST tarray8.ddl --enable-error-stack tarray8.h5 # test for wildcards in filename (does not work with cmake) -TOOLTEST3 tstarfile --enable-error-stack -H -d Dataset1 tarr*.h5 -TOOLTEST3 tqmarkfile --enable-error-stack -H -d Dataset1 tarray?.h5 -TOOLTEST tmultifile --enable-error-stack -H -d Dataset1 tarray2.h5 tarray3.h5 tarray4.h5 tarray5.h5 tarray6.h5 tarray7.h5 +# inconsistent across platforms TOOLTEST3 tstarfile.ddl --enable-error-stack -H -d Dataset1 tarr*.h5 +TOOLTEST3 tqmarkfile.ddl --enable-error-stack -H -d Dataset1 tarray?.h5 +TOOLTEST tmultifile.ddl --enable-error-stack -H -d Dataset1 tarray2.h5 tarray3.h5 tarray4.h5 tarray5.h5 tarray6.h5 tarray7.h5 # test for files with empty data TOOLTEST tempty.ddl --enable-error-stack tempty.h5 |