From 833fe5154e0c98749ebe76bd1d4d9f88e994f4f5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 28 Aug 2017 13:21:18 -0400 Subject: init: Display an additional message when it detects a filesystem that allows writing to files whose write bit is not set. --- Test.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Test.hs') 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 -- cgit v1.2.3