diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-09 14:26:52 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-09 14:26:52 -0400 |
commit | 07e849757ea41979914cb31ea43d21caef1d8957 (patch) | |
tree | ddfa1157029cfbbe3868485e3aa325e5158c9626 /Test.hs | |
parent | 425bc1107aebdb701cdcee44da731dd918cd470d (diff) |
convert parentDir to be based on takeDirectory, but fixed for trailing /
Diffstat (limited to 'Test.hs')
-rw-r--r-- | Test.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -141,7 +141,7 @@ properties = localOption (QuickCheckTests 1000) $ testGroup "QuickCheck" , testProperty "prop_logs_sane" Logs.prop_logs_sane , testProperty "prop_idempotent_configEscape" Logs.Remote.prop_idempotent_configEscape , testProperty "prop_parse_show_Config" Logs.Remote.prop_parse_show_Config - , testProperty "prop_parentDir_basics" Utility.Path.prop_parentDir_basics + , testProperty "prop_upFrom_basics" Utility.Path.prop_upFrom_basics , testProperty "prop_relPathDirToFile_basics" Utility.Path.prop_relPathDirToFile_basics , testProperty "prop_relPathDirToFile_regressionTest" Utility.Path.prop_relPathDirToFile_regressionTest , testProperty "prop_cost_sane" Config.Cost.prop_cost_sane |