1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 23:33:45 -05: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:
Hiroshi SHIBATA
2021-04-27 13:14:42 +09:00
committed by GitHub

View File

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