mirror of
https://github.com/pyenv/pyenv.git
synced 2025-04-15 23:24:31 +00:00
Merge pull request #1320 from scop/test/misleading-parent-shell-arg
test(init): remove misleading arg in detect from parent shell case
This commit is contained in:
commit
5d6f998c52
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ eval "\$(rbenv-init -)"
|
|||
echo \$RBENV_SHELL
|
||||
OUT
|
||||
chmod +x myscript.sh
|
||||
run ./myscript.sh /bin/zsh
|
||||
run ./myscript.sh
|
||||
assert_success "sh"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue