瀏覽代碼

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
父節點
當前提交
84cc7825da
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      test/init.bats

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

Loading…
取消
儲存