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
commit 5d6f998c52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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