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.
7 let options
= ["--installdir=" ++ storeDir
]
8 cabalG options
"v2-install" []