summaryrefslogtreecommitdiffstats
path: root/config/cmake/runTest.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-07-13 14:12:17 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-07-13 14:12:17 (GMT)
commitc7513e17769563106991822acd597fa2fe81101b (patch)
tree4f934ac4c62b7b95f5bb50377318a760b454e43c /config/cmake/runTest.cmake
parentf48ae2195a01583710eac3b439d7a862cfba2eef (diff)
downloadhdf5-c7513e17769563106991822acd597fa2fe81101b.zip
hdf5-c7513e17769563106991822acd597fa2fe81101b.tar.gz
hdf5-c7513e17769563106991822acd597fa2fe81101b.tar.bz2
[svn-r22570] Correct name of error reference file
Diffstat (limited to 'config/cmake/runTest.cmake')
-rw-r--r--config/cmake/runTest.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cmake/runTest.cmake b/config/cmake/runTest.cmake
index d0cc335..4738523 100644
--- a/config/cmake/runTest.cmake
+++ b/config/cmake/runTest.cmake
@@ -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