diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-08-02 17:42:40 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-08-02 17:42:40 (GMT) |
commit | 5615cc2a694516a02731e4d398870385c9736375 (patch) | |
tree | 2d6653c8d0c034ffd42f096cb78778e3393f5c3b /tools/test/h5dump/testh5dumpxml.sh.in | |
parent | 02a56054b0ddbd6a29e2b09ed39aef0b8e7f001d (diff) | |
download | hdf5-5615cc2a694516a02731e4d398870385c9736375.zip hdf5-5615cc2a694516a02731e4d398870385c9736375.tar.gz hdf5-5615cc2a694516a02731e4d398870385c9736375.tar.bz2 |
Fix misnamed file in test script
Diffstat (limited to 'tools/test/h5dump/testh5dumpxml.sh.in')
-rw-r--r-- | tools/test/h5dump/testh5dumpxml.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5dump/testh5dumpxml.sh.in b/tools/test/h5dump/testh5dumpxml.sh.in index 39b1361..b3b9e14 100644 --- a/tools/test/h5dump/testh5dumpxml.sh.in +++ b/tools/test/h5dump/testh5dumpxml.sh.in @@ -386,7 +386,7 @@ TOOLTEST torderattr4.h5.xml --xml -H --sort_by=creation_order --sort_order=desce TOOLTEST tfpformat.h5.xml -u -m %.7f tfpformat.h5 # test for HDFFV-10256 issue -TOOLTEST test35.nc --xml test35.nc +TOOLTEST test35.nc.xml --xml test35.nc # Clean up temporary files/directories CLEAN_TESTFILES_AND_TESTDIR |