--- ray/cmake_tests/test_pcond.cmake 2011/10/22 22:38:10 1.1 +++ ray/cmake_tests/test_pcond.cmake 2012/04/25 22:21:06 1.2 @@ -13,7 +13,7 @@ if(NOT ${res} EQUAL 0) endif() file(READ ${office_dir}/test/raytest_rpict_pcd.hdr test_output) -if(test_output MATCHES "pcond -h") +if(test_output MATCHES "pcond") message(STATUS "passed") else() message(STATUS "failed")