From 017efae01f81fabf23eba24407280171f8004448 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 3 Jul 2020 13:16:22 +0200 Subject: [PATCH] Hopefully fix macOS test failure --- tests/nix-shell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)