about summary refs log tree commit diff
path: root/tests/install-darwin.sh
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2017-07-13T23·03-0400
committerGraham Christensen <graham@grahamc.com>2017-07-14T16·11-0400
commit12f6bb33d2cf56e8adf482950734a9af5f78a496 (patch)
tree9b9779bb8962f4535521ead1fb2d6a1ae1b882ca /tests/install-darwin.sh
parentce2281e6d86aa1b461dd27f86b2a71145e85ac8d (diff)
If there is no TTY, also skip verbose sudo messages
Diffstat (limited to '')
-rwxr-xr-xtests/install-darwin.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/install-darwin.sh b/tests/install-darwin.sh
index 3f64944ef8..eb251fa393 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
 )