(cabal check) Add "No internal name clash" test
[cabal.git] / cabal-testsuite / PackageTests / NewConfigure / LocalConfigOverwrite / cabal.test.hs
blobebb8c3d2f7299647203d1486ceb26892e913f087
1 import Test.Cabal.Prelude
3 main = cabalTest $
4 withSourceCopy $ do
5 cabal' "v2-configure" [] >>=
6 assertOutputContains "backing it up to 'cabal.project.local~'"
8 -- With --project-file
9 cabal' "v2-configure" ["--project-file", "foo.project"] >>=
10 assertOutputContains
11 "'foo.project.local' already exists, backing it up to 'foo.project.local~'"