mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -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:
commit
84cc7825da
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue