diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-04-11 18:19:16 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-04-11 18:19:16 (GMT) |
commit | 5d70249f6e49c454506b6c01d9c99ba2350f32db (patch) | |
tree | 32dc1dd5531960d6e4cad97b771fb64aa7458d14 /windows/tools | |
parent | 5a2c6b0ae10a93acc8e1fc2c058da5f6f5ee11da (diff) | |
download | hdf5-5d70249f6e49c454506b6c01d9c99ba2350f32db.zip hdf5-5d70249f6e49c454506b6c01d9c99ba2350f32db.tar.gz hdf5-5d70249f6e49c454506b6c01d9c99ba2350f32db.tar.bz2 |
[svn-r12222] Purpose:
Maintenance on Windows
Description:
Fix a echo error:
when running lstest.bat, previously echo "h5dump ..."
change it to "h5ls ..."
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'windows/tools')
-rwxr-xr-x | windows/tools/lstest.BAT | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/tools/lstest.BAT b/windows/tools/lstest.BAT index 5d24b28..547cf21 100755 --- a/windows/tools/lstest.BAT +++ b/windows/tools/lstest.BAT @@ -67,7 +67,7 @@ ::Test h5ls with different options echo.**************************************************** -echo. h5dump%2 %1 T E S T S +echo. h5ls%2 %1 T E S T S echo.**************************************************** :: The paramter following %tooltest% is the expected output file |