[svn-r14903] Undoing change committed in r14902.

This commit is contained in:
Scot Breitenfeld
2008-04-30 14:51:13 -05:00
parent 5773fd34bc
commit aec106e324
524 changed files with 41994 additions and 34375 deletions

View File

@@ -141,7 +141,7 @@ rem
call :testing CREATED %h5diff% %params%
copy /y %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 %h5diff% %params%
) else (