BUG: Fix CMake.File test for deep dir name

This fixes the regex checking expected output of Copy-NoFile to account
for line wrapping when the input directory name is long.
This commit is contained in:
Brad King 2009-04-29 14:02:54 -04:00
parent d91c5b1a07
commit 1f7ef5bf7a
1 changed files with 1 additions and 1 deletions

View File

@ -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