diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-04-29 22:05:47 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-04-29 22:05:47 (GMT) |
commit | 616e1be117ec1a625ce7d239fe8f81f187c991c4 (patch) | |
tree | fd7b05014c7c1465ca75198c004e73cf19e8b755 /windows/tools/h5ls/testh5ls.bat | |
parent | 010e44125b730d1cba401f2b58908695068dd488 (diff) | |
download | hdf5-616e1be117ec1a625ce7d239fe8f81f187c991c4.zip hdf5-616e1be117ec1a625ce7d239fe8f81f187c991c4.tar.gz hdf5-616e1be117ec1a625ce7d239fe8f81f187c991c4.tar.bz2 |
[svn-r18675] Updated scripts for H5copy r18398 and H5ls r18642
Diffstat (limited to 'windows/tools/h5ls/testh5ls.bat')
-rw-r--r-- | windows/tools/h5ls/testh5ls.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/tools/h5ls/testh5ls.bat b/windows/tools/h5ls/testh5ls.bat index bf0cb5e..90321e5 100644 --- a/windows/tools/h5ls/testh5ls.bat +++ b/windows/tools/h5ls/testh5ls.bat @@ -216,7 +216,7 @@ rem ############################################################################ rem tests for error handling.
rem test for non-existing file
- call :tooltest nosuchfile.ls 0 nosuchfile.h5
+ call :tooltest nosuchfile.ls 1 nosuchfile.h5
rem test for variable length data types in verbose mode
call :tooltest tvldtypes2le.ls 0 -v tvldtypes1.h5
|