mirror of
https://github.com/NixOS/nix.git
synced 2025-11-28 21:21:00 +01:00
Unset environment variable after test
This commit is contained in:
parent
a649a53679
commit
1ae00a5657
1 changed files with 1 additions and 0 deletions
|
|
@ -326,3 +326,4 @@ export GIT_CONFIG_GLOBAL="$TEST_ROOT/gitconfig"
|
|||
git config --global core.autocrlf true
|
||||
new_narhash=$(nix eval --raw --impure --expr "(builtins.fetchGit { url = \"$repo\"; ref = \"master\"; }).narHash")
|
||||
[[ "$new_narhash" = "$narhash" ]]
|
||||
unset GIT_CONFIG_GLOBAL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue