mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[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:
parent
1ce44ed19c
commit
d2818a17e8
@ -147,7 +147,7 @@ rem $* everything else arguments for h5copy.
|
||||
)
|
||||
)
|
||||
|
||||
if %runh5diff neq no (
|
||||
if %runh5diff% neq no (
|
||||
call :h5difftest %inputfile% %outputfile%
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user