From f8d8a88a8edbd36ca287060e4a98cb48a3a8ee50 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 19 Nov 2013 16:17:00 -0400 Subject: fix corruption of origin repo --- test-runner.hs | 1 + 1 file changed, 1 insertion(+) 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 ] -- cgit v1.2.3