mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Fix repeated fetchGit.sh test
This commit is contained in:
parent
0ab64729e9
commit
a56036fa87
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue