diff options
author | Graham Christensen <graham@grahamc.com> | 2017-07-13T23·03-0400 |
---|---|---|
committer | Graham Christensen <graham@grahamc.com> | 2017-07-14T16·11-0400 |
commit | 12f6bb33d2cf56e8adf482950734a9af5f78a496 (patch) | |
tree | 9b9779bb8962f4535521ead1fb2d6a1ae1b882ca /tests/install-darwin.sh | |
parent | ce2281e6d86aa1b461dd27f86b2a71145e85ac8d (diff) |
If there is no TTY, also skip verbose sudo messages
Diffstat (limited to 'tests/install-darwin.sh')
-rwxr-xr-x | tests/install-darwin.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/install-darwin.sh b/tests/install-darwin.sh index 3f64944ef814..eb251fa39394 100755 --- a/tests/install-darwin.sh +++ b/tests/install-darwin.sh @@ -91,5 +91,6 @@ verify echo -n "" | PINCH_ME_IM_SILLY=true ./install verify test -e /nix/store/.silly-hint + cleanup ) |