1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-14 14:23:53 -05:00

Merge pull request #1856 from scop/test/misleading-parent-shell-arg

test(init): remove misleading detect from parent shell case arg
This commit is contained in:
Anton Petrov
2021-03-26 19:10:49 +03:00
committed by GitHub

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"
}