init: Display an additional message when it detects a filesystem that allows writing to files whose write bit is not set.
This commit is contained in:
parent
291d5bb471
commit
db2a06b66f
5 changed files with 40 additions and 12 deletions
2
Test.hs
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue