summaryrefslogtreecommitdiffstats
path: root/Tests/CustomCommand
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2010-09-14 14:36:43 (GMT)
committerDavid Cole <david.cole@kitware.com>2010-09-14 14:36:43 (GMT)
commit9b4ab06c2c46244c158b4349f1b2865f44a11a42 (patch)
tree1e98d6b69ddb3d38d32fe51715958885050c99e4 /Tests/CustomCommand
parent9d2e6489bf8e5087957ef578174e3b0516c32a50 (diff)
downloadCMake-9b4ab06c2c46244c158b4349f1b2865f44a11a42.zip
CMake-9b4ab06c2c46244c158b4349f1b2865f44a11a42.tar.gz
CMake-9b4ab06c2c46244c158b4349f1b2865f44a11a42.tar.bz2
Avoid CustomCommand test failure on VS71 (#9963)
The new first arg in the test is the critical one to prove that the new NMake specific code works. The additional colons in the middle of the arg stream work fine everywhere else, but not on dash1.kitware with Visual Studio 7.1. Just avoid the failure for now by removing the unnecessary new args from the test.
Diffstat (limited to 'Tests/CustomCommand')
-rw-r--r--Tests/CustomCommand/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/Tests/CustomCommand/CMakeLists.txt b/Tests/CustomCommand/CMakeLists.txt
index c6f6a7f..d2a0cf7 100644
--- a/Tests/CustomCommand/CMakeLists.txt
+++ b/Tests/CustomCommand/CMakeLists.txt
@@ -278,8 +278,6 @@ SET(CHECK_ARGS
|nopipe
"#two-pounds#"
"one#pound"
- ":two-colons:"
- "one:colon"
"#nocomment"
"c:/posix/path/with space"
"c:\\windows\\path\\with space"