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:
Ville Skyttä 2021-03-23 23:41:55 +02:00
parent d604acb78a
commit 6b842a7670

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