summaryrefslogtreecommitdiff
path: root/Tests/CustomCommand
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-10-25 11:23:23 -0400
committerBrad King <brad.king@kitware.com>2006-10-25 11:23:23 -0400
commit9b8f479e010cdaf46197fe45f89d97f0f4a8f35f (patch)
tree2273a46acdeb59ce1d6f22a6f2feeb7637b336a2 /Tests/CustomCommand
parent54731fa2c88879bf19cee97493556a02f833dda3 (diff)
downloadcmake-9b8f479e010cdaf46197fe45f89d97f0f4a8f35f.tar.gz
ENH: Re-enabling # escape test now that it is implemented everywhere.
Diffstat (limited to 'Tests/CustomCommand')
-rw-r--r--Tests/CustomCommand/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Tests/CustomCommand/CMakeLists.txt b/Tests/CustomCommand/CMakeLists.txt
index 6ec51054b9..602f69b794 100644
--- a/Tests/CustomCommand/CMakeLists.txt
+++ b/Tests/CustomCommand/CMakeLists.txt
@@ -190,8 +190,8 @@ SET(CHECK_ARGS
amper&sand
@two-ats@
one@at
- #"#two-pounds#"
- #"one#pound"
+ "#two-pounds#"
+ "one#pound"
"c:/posix/path/with space"
"c:\\windows\\path\\with space"
"'single quotes with space'"
@@ -211,8 +211,8 @@ SET(CHECK_ARGS
"amper&sand with space"
"@two-ats@ with space"
"one@at with space"
- #"#two-pounds# with space"
- #"one#pound with space"
+ "#two-pounds# with space"
+ "one#pound with space"
)
FOREACH(arg ${CHECK_ARGS})
SET(ARG "${arg}")