mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -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:
parent
3086e6e790
commit
b5008ce74e
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