From: Matthias Maier Date: Tue, 3 Sep 2013 22:46:20 +0000 (+0000) Subject: Fix another typo X-Git-Tag: v8.1.0~570^2~382 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed216bed27613c67da01456a0228c07bf0a57b35;p=dealii.git Fix another typo git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30583 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/scripts/run_test.cmake b/deal.II/cmake/scripts/run_test.cmake index 65a5eaa35c..eed46a88bc 100644 --- a/deal.II/cmake/scripts/run_test.cmake +++ b/deal.II/cmake/scripts/run_test.cmake @@ -12,7 +12,7 @@ EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} ) # Remove the trailing ".diff" from the target name: -STRING(REGEX REPLACE "\.diff$" "" TEST "${TEST}") +STRING(REGEX REPLACE ".diff$" "" TEST "${TEST}") IF("${_result_code}" STREQUAL "0")