summaryrefslogtreecommitdiff
path: root/test-runner.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test-runner.hs')
-rw-r--r--test-runner.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-runner.hs b/test-runner.hs
index 6687744..71e8d9a 100644
--- a/test-runner.hs
+++ b/test-runner.hs
@@ -40,6 +40,7 @@ runTest settings = withTmpDir "tmprepo" $ \tmpdir -> do
let cloneloc = tmpdir </> "clone"
cloned <- boolSystem "git"
[ Param "clone"
+ , Param "--no-hardlinks"
, File (originalGitRepo settings)
, File cloneloc
]