ソースを参照

consistent message

pull/2073/head
Ivan Pozdeev 3年前
コミット
f504b01818
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      test/prefix.bats

+ 1
- 1
test/prefix.bats ファイルの表示

@ -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"

読み込み中…
キャンセル
保存