mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -05:00
Merge branch 'sbin'
# Conflicts: # test/prefix.bats
This commit is contained in:
commit
7f45f1eb9d
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue