mirror of
https://github.com/rbenv/rbenv.git
synced 2025-01-01 14:45:03 +01: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…
Reference in a new issue