diff options
author | Graham Christensen <graham@grahamc.com> | 2017-07-14T10·28-0400 |
---|---|---|
committer | Graham Christensen <graham@grahamc.com> | 2017-07-14T16·11-0400 |
commit | e0d39c8dc47af203ef0647c277e0e26f3b9176d4 (patch) | |
tree | ca02e7f35a6348de3b767e1d556c56d11ed106a7 /tests/install-darwin.sh | |
parent | 12f6bb33d2cf56e8adf482950734a9af5f78a496 (diff) |
Rename PINCH_ME_IM_SILLY to ALLOW_PREEXISTING_INSTALLATION
Diffstat (limited to 'tests/install-darwin.sh')
-rwxr-xr-x | tests/install-darwin.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/install-darwin.sh b/tests/install-darwin.sh index eb251fa39394..c99ce84acab0 100755 --- a/tests/install-darwin.sh +++ b/tests/install-darwin.sh @@ -88,7 +88,7 @@ verify sudo mkdir -p /nix/store sudo touch /nix/store/.silly-hint - echo -n "" | PINCH_ME_IM_SILLY=true ./install + echo -n "" | ALLOW_PREEXISTING_INSTALLATION=true ./install verify test -e /nix/store/.silly-hint |