[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
This commit is contained in:
Scott Wegner 2007-09-10 16:01:49 -05:00
parent 1ce44ed19c
commit d2818a17e8

View File

@ -147,7 +147,7 @@ rem $* everything else arguments for h5copy.
)
)
if %runh5diff neq no (
if %runh5diff% neq no (
call :h5difftest %inputfile% %outputfile%
)