Add “Ignore warning” option to cabal check
[cabal.git] / cabal-testsuite / PackageTests / Init / init-interactive-empty-folder.test.hs
blob4c43824465179117884ad5ba7487566e36d500bb
1 import Test.Cabal.Prelude
3 main = cabalTest $ do
4 tmpDir <- testTmpDir <$> getTestEnv
5 withDirectory tmpDir $ do
6 res <- cabalWithStdin "init"
7 ["-i"]
8 (replicate 20 '\n') -- Default all the way down.
9 assertOutputDoesNotContain "backups will be created" res