summaryrefslogtreecommitdiff
path: root/test.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-05-16 13:07:56 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-05-16 13:07:56 -0400
commit93c5fb5da7f085cc772e28d8ded08f4ea0b0bf15 (patch)
tree677ea95da4df9ae5347102bfb378c7e9ef221d7c /test.hs
parentceff04ff3e7fff4b0ea6e8ad4334cca80d291880 (diff)
support remote config values with spaces and other characters
Diffstat (limited to 'test.hs')
-rw-r--r--test.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.hs b/test.hs
index 73eff662b..456c09060 100644
--- a/test.hs
+++ b/test.hs
@@ -75,6 +75,7 @@ quickcheck = TestLabel "quickcheck" $ TestList
, qctest "prop_idempotent_key_read_show" Key.prop_idempotent_key_read_show
, qctest "prop_idempotent_shellEscape" Utility.prop_idempotent_shellEscape
, qctest "prop_idempotent_shellEscape_multiword" Utility.prop_idempotent_shellEscape_multiword
+ , qctest "prop_idempotent_configEscape" Remote.prop_idempotent_configEscape
, qctest "prop_parentDir_basics" Utility.prop_parentDir_basics
, qctest "prop_relPathDirToFile_basics" Utility.prop_relPathDirToFile_basics
, qctest "prop_cost_sane" Config.prop_cost_sane