瀏覽代碼

Merge branch 'sbin'

# Conflicts:
#	test/prefix.bats
pull/2071/head
Ivan Pozdeev 3 年之前
父節點
當前提交
7f45f1eb9d
共有 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…
取消
儲存