1 import Test
.Cabal
.Prelude
2 import System
.Directory
5 tmpDir
<- testCurrentDir
<$> getTestEnv
6 liftIO
$ createDirectory (tmpDir
</> "empty")
7 withDirectory
(tmpDir
</> "empty") $ do
8 res
<- cabalWithStdin
"init"
10 (replicate 20 '\n') -- Default all the way down.
11 assertOutputDoesNotContain
"backups will be created" res