Browse Source

consistent message

pull/2073/head
Ivan Pozdeev 3 years ago
parent
commit
f504b01818
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/prefix.bats

+ 1
- 1
test/prefix.bats View File

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

Loading…
Cancel
Save