Add a check of the current behaviour importing duplicates
[cabal.git] / cabal-testsuite / PackageTests / ExtraProgPath / setup.test.hs
blobecc6696c1f2394f06fa4a44e209fd2af51f20432
1 import Test.Cabal.Prelude
3 -- Test that extra-prog-path overrides the path for pkg-config
4 main = do
5 skipIfWindows "useless test (CI has no pkg-config already)"
6 cabalTest $ do
7 cdir <- testCurrentDir `fmap` getTestEnv
8 fails $ cabal "v2-build" ["--extra-prog-path="++cdir]