Skip to content

Commit

Permalink
# This is a combination of 2 commits.
Browse files Browse the repository at this point in the history
# This is the 1st commit message:

starve one insstnall of stdin, but provide yes to the current installer

# This is the commit message NixOS#2:

really yes it
  • Loading branch information
grahamc committed Jul 13, 2017
1 parent 04e071a commit 6cbee26
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/install-darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ trap finish EXIT

# First setup Nix
cleanup
curl https://nixos.org/nix/install | bash
curl -o install https://nixos.org/nix/install
yes | bash ./install
verify


Expand Down Expand Up @@ -82,7 +83,7 @@ verify

cleanup

yes | ./install
echo -n "" | ./install
verify

cleanup
Expand Down

0 comments on commit 6cbee26

Please sign in to comment.