[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

@@ -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%