aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-07-03 13:16:22 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-07-03 13:16:22 +0200
commit017efae01f81fabf23eba24407280171f8004448 (patch)
tree9f459e223f11203559647ac7bbd8e8b4945236cd /tests
parent5596f879b43c20e5115d7bf9fddb70cdeec78988 (diff)
Hopefully fix macOS test failure
Diffstat (limited to 'tests')
-rw-r--r--tests/nix-shell.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nix-shell.sh b/tests/nix-shell.sh
index 2ed40068a..650904057 100644
--- a/tests/nix-shell.sh
+++ b/tests/nix-shell.sh
@@ -57,7 +57,7 @@ output=$($TEST_ROOT/shell.shebang.rb abc ruby)
[ "$output" = '-e load("'"$TEST_ROOT"'/shell.shebang.rb") -- abc ruby' ]
# Test 'nix develop'.
-nix develop -f shell.nix shellDrv -c sh -c '[[ -n $stdenv ]]'
+nix develop -f shell.nix shellDrv -c bash -c '[[ -n $stdenv ]]'
# Test 'nix print-dev-env'.
source <(nix print-dev-env -f shell.nix shellDrv)