diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-02-15 21:46:24 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-02-15 21:46:24 (GMT) |
commit | ff30c6132921afe805adf07cc9ebf226786a5cd1 (patch) | |
tree | 67cc791cd4738cecc6c8484db47a5ad74637abaa /config | |
parent | 69ced48cf8d19456bef242378149ed2b9ba9902f (diff) | |
download | hdf5-ff30c6132921afe805adf07cc9ebf226786a5cd1.zip hdf5-ff30c6132921afe805adf07cc9ebf226786a5cd1.tar.gz hdf5-ff30c6132921afe805adf07cc9ebf226786a5cd1.tar.bz2 |
[svn-r23288] Fix mismatched block statement
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/grepTest.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/grepTest.cmake b/config/cmake/grepTest.cmake index 365d9c3..74ac912 100644 --- a/config/cmake/grepTest.cmake +++ b/config/cmake/grepTest.cmake @@ -57,7 +57,7 @@ IF (${TEST_EXPECT} STREQUAL "1") IF (NOT ${TEST_RESULT} STREQUAL "0") MESSAGE (FATAL_ERROR "Failed: The output of ${TEST_PROGRAM} did contain ${TEST_FILTER}") ENDIF (NOT ${TEST_RESULT} STREQUAL "0") -ENDIF (${TEST_EXPECT} STREQUAL "0") +ENDIF (${TEST_EXPECT} STREQUAL "1") # everything went fine... MESSAGE ("Passed: The output of ${TEST_PROGRAM} matched") |