diff options
-rw-r--r-- | Tests/CMakeTests/FileTest.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeTests/FileTest.cmake.in b/Tests/CMakeTests/FileTest.cmake.in index c46138c..c89348b 100644 --- a/Tests/CMakeTests/FileTest.cmake.in +++ b/Tests/CMakeTests/FileTest.cmake.in @@ -11,7 +11,7 @@ set(Copy-LateArg-STDERR "option FILE_PERMISSIONS may not appear after") set(Copy-NoDest-RESULT 1) set(Copy-NoDest-STDERR "given no DESTINATION") set(Copy-NoFile-RESULT 1) -set(Copy-NoFile-STDERR "COPY cannot find .*/does_not_exist\\.txt") +set(Copy-NoFile-STDERR "COPY cannot find.*/does_not_exist\\.txt") foreach(test Copy-BadArg |