(cabal check) Add "No internal name clash" test
[cabal.git] / cabal-testsuite / PackageTests / SDist / T7124 / cabal.test.hs
blob5e69370a088d8aa27d849c3254d39a7fc41b442c
1 import Test.Cabal.Prelude
3 -- Issue 7124
4 -- when we sdist, error should tell which package caused the failure
6 main :: IO ()
7 main = cabalTest $ do
8 tmpdir <- fmap testTmpDir getTestEnv
9 fails $ cabal "v2-sdist" ["--output-directory", tmpdir, "all"]