Merge pull request #9898 from haskell/mergify/bp/3.12/pr-9865
[cabal.git] / cabal-testsuite / PackageTests / WarnEarlyOverwrite / clean-install-by-symlink.test.hs
blob1fa303cb2bc2f778b64ae64bf4b0aedaf239b274
1 import Test.Cabal.Prelude
3 main = withShorterPathForNewBuildStore $ \storeDir -> cabalTest $ do
4 -- The default install method is symlink that may not work on Windows.
5 skipIfWindows
6 let options = ["--store-dir=" ++ storeDir, "--installdir=" ++ storeDir]
7 cabalG options "v2-install" []