diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-03-16 12:30:11 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-03-16 12:30:11 +0100 |
commit | 34c7645a586629b7e5f51e74c20dd675794ca117 (patch) | |
tree | 3917f6deb60f1f8646d41d70ed1c59ccba30775e | |
parent | 7304f9f145456d53b9f7adcb6ba8ccc7b9885f23 (diff) |
Fix re-running the fetchGit.sh test
-rw-r--r-- | tests/fetchGit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fetchGit.sh b/tests/fetchGit.sh index d44586977..b64f444a5 100644 --- a/tests/fetchGit.sh +++ b/tests/fetchGit.sh @@ -11,7 +11,7 @@ repo=$TEST_ROOT/git export _NIX_FORCE_HTTP=1 -rm -rf $repo ${repo}-tmp $TEST_HOME/.cache/nix/gitv* +rm -rf $repo ${repo}-tmp $TEST_HOME/.cache/nix/gitv* $TEST_ROOT/worktree git init $repo git -C $repo config user.email "foobar@example.com" |