summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2007-09-10 21:01:49 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2007-09-10 21:01:49 (GMT)
commitd2818a17e8cc687d9ff665677b1cce15b73d9465 (patch)
tree19d9e25b482741d46b55335a8540b5fc95463c7b
parent1ce44ed19c26854b63fecbf081b474e4927dea3d (diff)
downloadhdf5-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
-rw-r--r--windows/tools/h5copy/testh5copy.bat2
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%
)