summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/file-CHMOD/no-perms-stderr.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-07-18 21:48:21 (GMT)
committerBrad King <brad.king@kitware.com>2022-07-20 20:03:12 (GMT)
commit1cf2c94c69cffeb5dde30ca13e5f341f184b3b4c (patch)
treefac9f175cbb0baa96cbd8162375574a49d6265eb /Tests/RunCMake/file-CHMOD/no-perms-stderr.txt
parent11a0f72ac0aa0553d61f7a72e839ec7e88460268 (diff)
downloadCMake-1cf2c94c69cffeb5dde30ca13e5f341f184b3b4c.zip
CMake-1cf2c94c69cffeb5dde30ca13e5f341f184b3b4c.tar.gz
CMake-1cf2c94c69cffeb5dde30ca13e5f341f184b3b4c.tar.bz2
Tests: Simplify RunCMake.file-CHMOD cases
Run each case as a `cmake -P` script instead of a full project. The caller handles build directory removal and creation.
Diffstat (limited to 'Tests/RunCMake/file-CHMOD/no-perms-stderr.txt')
-rw-r--r--Tests/RunCMake/file-CHMOD/no-perms-stderr.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/Tests/RunCMake/file-CHMOD/no-perms-stderr.txt b/Tests/RunCMake/file-CHMOD/no-perms-stderr.txt
index 1d18464..4c5a139 100644
--- a/Tests/RunCMake/file-CHMOD/no-perms-stderr.txt
+++ b/Tests/RunCMake/file-CHMOD/no-perms-stderr.txt
@@ -1,4 +1,3 @@
-CMake Error at no-perms\.cmake:[0-9]+ \(file\):
- file No permissions given
-Call Stack \(most recent call first\):
- CMakeLists\.txt:[0-9]+ \(include\)
+^CMake Error at [^
+]*/no-perms\.cmake:[0-9]+ \(file\):
+ file No permissions given$