[svn-r14903] Undoing change committed in r14902.
This commit is contained in:
@@ -89,7 +89,7 @@ rem
|
||||
call :testing CREATED %params%
|
||||
copy %actual% %expect% > nul
|
||||
) else (
|
||||
fc /w %expect% %actual% | find "FC: no diff" > nul
|
||||
fc /w %expect% %actual% > nul
|
||||
if !errorlevel! equ 0 (
|
||||
call :testing PASSED %params%
|
||||
) else (
|
||||
@@ -212,4 +212,4 @@ rem ############################################################################
|
||||
|
||||
popd
|
||||
endlocal & exit /b %nerrors%
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user