From d2818a17e8cc687d9ff665677b1cce15b73d9465 Mon Sep 17 00:00:00 2001 From: Scott Wegner Date: Mon, 10 Sep 2007 16:01:49 -0500 Subject: [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 --- windows/tools/h5copy/testh5copy.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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% ) -- cgit v0.12