test(init): remove misleading detect from parent shell case arg

The generated script does not take/use any arguments, so passing
/bin/zsh to it serves only to cause confusion.
This commit is contained in:
Ville Skyttä 2021-03-23 23:45:32 +02:00
parent 3086e6e790
commit b5008ce74e

View file

@ -39,7 +39,7 @@ eval "\$(pyenv-init -)"
echo \$PYENV_SHELL echo \$PYENV_SHELL
OUT OUT
chmod +x myscript.sh chmod +x myscript.sh
run ./myscript.sh /bin/zsh run ./myscript.sh
assert_success "sh" assert_success "sh"
} }