1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-14 22:33:52 -05:00

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
OUT
chmod +x myscript.sh
run ./myscript.sh /bin/zsh
run ./myscript.sh
assert_success "sh"
}