diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-09-10 21:01:49 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-09-10 21:01:49 (GMT) |
commit | d2818a17e8cc687d9ff665677b1cce15b73d9465 (patch) | |
tree | 19d9e25b482741d46b55335a8540b5fc95463c7b /windows/tools/h5copy/testh5copy.bat | |
parent | 1ce44ed19c26854b63fecbf081b474e4927dea3d (diff) | |
download | hdf5-d2818a17e8cc687d9ff665677b1cce15b73d9465.zip hdf5-d2818a17e8cc687d9ff665677b1cce15b73d9465.tar.gz hdf5-d2818a17e8cc687d9ff665677b1cce15b73d9465.tar.bz2 |
[svn-r14140] Purpose: Fix typo from last checkin
Description:
There was a minor typo in the Windows test script for h5copy. It was actually causing us to do extra work, so this checkin should make the test slightly more efficient, without breaking anything.
Tested:
VS2005 on WinXP
Diffstat (limited to 'windows/tools/h5copy/testh5copy.bat')
-rw-r--r-- | windows/tools/h5copy/testh5copy.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/tools/h5copy/testh5copy.bat b/windows/tools/h5copy/testh5copy.bat index 71cfabc..3e2489b 100644 --- a/windows/tools/h5copy/testh5copy.bat +++ b/windows/tools/h5copy/testh5copy.bat @@ -147,7 +147,7 @@ rem $* everything else arguments for h5copy. )
)
- if %runh5diff neq no (
+ if %runh5diff% neq no (
call :h5difftest %inputfile% %outputfile%
)
|