소스 검색
Merge pull request #1856 from scop/test/misleading-parent-shell-arg
test(init): remove misleading detect from parent shell case arg
pull/1858/head
Anton Petrov
5 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
test/init.bats
|
|
|
@ -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" |
|
|
|
} |
|
|
|
|
|
|
|
|