mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Remove useless touch
line
This commit is contained in:
parent
a456528be8
commit
8eefa41a4d
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue