diff options
Diffstat (limited to 'windows/tools/h5copy/testh5copy.bat')
-rw-r--r-- | windows/tools/h5copy/testh5copy.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/tools/h5copy/testh5copy.bat b/windows/tools/h5copy/testh5copy.bat index 7b3d034..8fc9f67 100644 --- a/windows/tools/h5copy/testh5copy.bat +++ b/windows/tools/h5copy/testh5copy.bat @@ -211,7 +211,7 @@ rem rem Create the expect file if it doesn't yet exist rem call :verify_h5ls CREATED %*
rem copy %actual% %expect%
rem ) else (
- fc %expect_parsed% %actual_parsed% > nul
+ fc %expect_parsed% %actual_parsed% | find "FC: no diff" > nul
if %errorlevel% equ 0 (
call :verify_h5ls PASSED %*
) else (
@@ -305,4 +305,4 @@ rem ############################################################################ popd
endlocal & exit /b %nerrors%
-
+
\ No newline at end of file |