diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-25 13:36:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-25 13:36:39 -0400 |
commit | e433c6f0bb2ee5f03217b85e3b677b961f5d391a (patch) | |
tree | 162d625dd8a0e8bfc4d09899766e33c12aa2e5f0 /test.hs | |
parent | b0b413c69f76bcfa46d01ff1623027707483c63c (diff) |
generalized relPathDirTo functions
Diffstat (limited to 'test.hs')
-rw-r--r-- | test.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ quickcheck = TestLabel "quickcheck" $ TestList , qctest "prop_idempotent_shellEscape" Utility.prop_idempotent_shellEscape , qctest "prop_idempotent_shellEscape_multiword" Utility.prop_idempotent_shellEscape_multiword , qctest "prop_parentDir_basics" Utility.prop_parentDir_basics - , qctest "prop_relPathDirToDir_basics" Utility.prop_relPathDirToDir_basics + , qctest "prop_relPathDirToFile_basics" Utility.prop_relPathDirToFile_basics , qctest "prop_cost_sane" Config.prop_cost_sane , qctest "prop_hmacWithCipher_sane" Crypto.prop_hmacWithCipher_sane ] |