Fix repeated fetchGit.sh test

This commit is contained in:
Eelco Dolstra 2019-10-16 00:20:18 +02:00
parent 0ab64729e9
commit a56036fa87

View file

@ -11,7 +11,7 @@ repo=$TEST_ROOT/git
export _NIX_FORCE_HTTP=1
rm -rf $repo ${repo}-tmp $TEST_HOME/.cache/nix/gitv2
rm -rf $repo ${repo}-tmp $TEST_HOME/.cache/nix/gitv*
git init $repo
git -C $repo config user.email "foobar@example.com"