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
@ -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…
x
Reference in New Issue
Block a user