diff options
author | Joey Hess <joey@kitenet.net> | 2011-05-16 13:07:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-05-16 13:07:56 -0400 |
commit | 93c5fb5da7f085cc772e28d8ded08f4ea0b0bf15 (patch) | |
tree | 677ea95da4df9ae5347102bfb378c7e9ef221d7c /test.hs | |
parent | ceff04ff3e7fff4b0ea6e8ad4334cca80d291880 (diff) |
support remote config values with spaces and other characters
Diffstat (limited to 'test.hs')
-rw-r--r-- | test.hs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |