瀏覽代碼

fix test

pull/2071/head
Ivan Pozdeev 4 年之前
父節點
當前提交
acc949c27b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      test/prefix.bats

+ 1
- 0
test/prefix.bats 查看文件

@ -26,6 +26,7 @@ load test_helper
#Arch has Python at sbin as well as bin
@test "prefix for sbin system" {
export PATH="${PYENV_TEST_DIR}/sbin:$PATH"
mkdir -p "${PYENV_TEST_DIR}/sbin"
touch "${PYENV_TEST_DIR}/sbin/python"
chmod +x "${PYENV_TEST_DIR}/sbin/python"

Loading…
取消
儲存