Explorar el Código

consistent message

pull/2073/head
Ivan Pozdeev hace 4 años
padre
commit
f504b01818
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      test/prefix.bats

+ 1
- 1
test/prefix.bats Ver fichero

@ -25,7 +25,7 @@ load test_helper
}
#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"
touch "${PYENV_TEST_DIR}/sbin/python"
chmod +x "${PYENV_TEST_DIR}/sbin/python"

Cargando…
Cancelar
Guardar