diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-09-05 19:04:00 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-09-05 19:04:00 (GMT) |
commit | 6137e3add04846ef0ea334687c730cb27e3a1911 (patch) | |
tree | 9ac5973c5316a9bf19cdef93654b4537a1e042eb /tools | |
parent | fa7b8028af70d35a3c3f89a618921ecb3351fe19 (diff) | |
download | hdf5-6137e3add04846ef0ea334687c730cb27e3a1911.zip hdf5-6137e3add04846ef0ea334687c730cb27e3a1911.tar.gz hdf5-6137e3add04846ef0ea334687c730cb27e3a1911.tar.bz2 |
[svn-r22740] Correct typo on test command
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5import/h5importtestutil.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5import/h5importtestutil.sh.in b/tools/h5import/h5importtestutil.sh.in index ba0743b..fd21dc1 100644 --- a/tools/h5import/h5importtestutil.sh.in +++ b/tools/h5import/h5importtestutil.sh.in @@ -331,7 +331,7 @@ TOOLTEST2 "/int/buin/32-bit" binuin32.h5 TESTING "STR" TOOLTEST $TESTDIR/txtstr.txt -c $TESTDIR/txtstr.conf -o txtstr.h5 TESTING "H5DUMP-STR" -TOOLTEST43 "/mytext/data" txtstr.h5 +TOOLTEST4 "/mytext/data" txtstr.h5 TESTING "BINARY I8 CR LF EOF" |