Browse Source

fix test

pull/2071/head
Ivan Pozdeev 4 years ago
parent
commit
acc949c27b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      test/prefix.bats

+ 1
- 0
test/prefix.bats View File

@ -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…
Cancel
Save