mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 15:23:53 -05:00
Remove useless touch line
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user