Fix re-running the fetchGit.sh test

This commit is contained in:
Eelco Dolstra 2020-03-16 12:30:11 +01:00
parent 7304f9f145
commit 34c7645a58
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -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"