mirror of
https://github.com/pyenv/pyenv.git
synced 2025-04-11 08:13:14 +00:00
test(init): remove misleading arg in detect from parent shell case
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
d604acb78a
commit
6b842a7670
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