Regen expected output after #10507.
[cabal.git] / cabal-testsuite / PackageTests / WarnEarlyOverwrite / clean-install-by-symlink.test.hs
blob62f9305d4ee93584bfe7298a45e51e2230b78603
1 import Test.Cabal.Prelude
3 main = cabalTest $ expectBrokenIfWindows 10180 $ withShorterPathForNewBuildStore $ do
4 storeDir <- testStoreDir <$> getTestEnv
5 let options = ["--installdir=" ++ storeDir]
6 cabalG options "v2-install" []