repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Regen expected output after #10507.
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
WarnEarlyOverwrite
/
clean-install-by-symlink.test.hs
blob
62f9305d4ee93584bfe7298a45e51e2230b78603
1
import
Test
.
Cabal
.
Prelude
2
3
main
=
cabalTest
$
expectBrokenIfWindows
10180
$
withShorterPathForNewBuildStore
$
do
4
storeDir
<-
testStoreDir
<$>
getTestEnv
5
let
options
= [
"--installdir="
++
storeDir
]
6
cabalG options
"v2-install"
[]