Add “Ignore warning” option to cabal check
[cabal.git] / cabal-testsuite / PackageTests / Freeze / dry-run.test.hs
blob11130ba8c2c5b3006f3f75065eeda5ea65d5bb15
1 import Test.Cabal.Prelude
2 main = cabalTest $ do
3 withRepo "repo" . withSourceCopy $ do
4 recordMode DoNotRecord $ cabal "v1-freeze" ["--dry-run"]
5 cwd <- fmap testCurrentDir getTestEnv
6 shouldNotExist (cwd </> "cabal.config")