1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-13 05:43:53 -05:00

Merge branch 'sbin'

# Conflicts:
#	test/prefix.bats
This commit is contained in:
Ivan Pozdeev
2021-09-15 20:45:27 +03:00

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"