mirror of
https://github.com/pyenv/pyenv.git
synced 2025-12-08 23:41:26 +09:00
Remove useless touch line
This commit is contained in:
parent
a456528be8
commit
8eefa41a4d
@ -26,7 +26,6 @@ load test_helper
|
|||||||
|
|
||||||
@test "prefix for system in /" {
|
@test "prefix for system in /" {
|
||||||
mkdir -p "${BATS_TEST_DIRNAME}/libexec"
|
mkdir -p "${BATS_TEST_DIRNAME}/libexec"
|
||||||
touch "${BATS_TEST_DIRNAME}/libexec/rbenv-which"
|
|
||||||
echo "echo /bin/ruby" >"${BATS_TEST_DIRNAME}/libexec/rbenv-which"
|
echo "echo /bin/ruby" >"${BATS_TEST_DIRNAME}/libexec/rbenv-which"
|
||||||
chmod +x "${BATS_TEST_DIRNAME}/libexec/rbenv-which"
|
chmod +x "${BATS_TEST_DIRNAME}/libexec/rbenv-which"
|
||||||
RBENV_VERSION="system" run rbenv-prefix
|
RBENV_VERSION="system" run rbenv-prefix
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user