Un-ignore .bat files
[cabal.git] / cabal-testsuite / PackageTests / WarnEarlyOverwrite / clean-install-by-symlink.test.hs
blobf4e6556b167adc509ac2ee6a0aa35bb834accd4c
1 import Test.Cabal.Prelude
3 main = cabalTest $ withShorterPathForNewBuildStore $ do
4 storeDir <- testStoreDir <$> getTestEnv
5 -- The default install method is symlink that may not work on Windows.
6 skipIfWindows
7 let options = ["--installdir=" ++ storeDir]
8 cabalG options "v2-install" []