[svn-r22570] Correct name of error reference file

This commit is contained in:
Allen Byrne 2012-07-13 09:12:17 -05:00
parent f48ae2195a
commit c7513e1776

View File

@ -122,8 +122,8 @@ IF (NOT TEST_SKIP_COMPARE)
IF (TEST_ERRREF)
IF (WIN32 AND NOT MINGW)
FILE (READ ${TEST_FOLDER}/${TEST_REFERENCE}.err TEST_STREAM)
FILE (WRITE ${TEST_FOLDER}/${TEST_REFERENCE}.err "${TEST_STREAM}")
FILE (READ ${TEST_FOLDER}/${TEST_ERRREF} TEST_STREAM)
FILE (WRITE ${TEST_FOLDER}/${TEST_ERRREF} "${TEST_STREAM}")
ENDIF (WIN32 AND NOT MINGW)
# now compare the error output with the error reference