Hopefully fix macOS test failure

This commit is contained in:
Eelco Dolstra 2020-07-03 13:16:22 +02:00
parent 5596f879b4
commit 017efae01f

View file

@ -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)