aboutsummaryrefslogtreecommitdiff
path: root/Test.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-08-28 13:21:18 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-08-28 13:21:18 -0400
commit833fe5154e0c98749ebe76bd1d4d9f88e994f4f5 (patch)
tree918aceae0593651cdde4a3b5f84da46838e6f4bd /Test.hs
parentfdfcc3fba71f4121c94863bb37033b7761e2f5ba (diff)
init: Display an additional message when it detects a filesystem that allows writing to files whose write bit is not set.
Diffstat (limited to 'Test.hs')
-rw-r--r--Test.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test.hs b/Test.hs
index d22896f44..075f65e6a 100644
--- a/Test.hs
+++ b/Test.hs
@@ -147,7 +147,7 @@ runner = Just go
exitWith exitcode
runsubprocesstests opts (Just _) = isolateGitConfig $ do
ensuretmpdir
- crippledfilesystem <- Annex.Init.probeCrippledFileSystem' tmpdir
+ crippledfilesystem <- annexeval $ Annex.Init.probeCrippledFileSystem' tmpdir
case tryIngredients ingredients (tastyOptionSet opts) (tests crippledfilesystem opts) of
Nothing -> error "No tests found!?"
Just act -> ifM act