mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -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 /" {
|
||||
mkdir -p "${BATS_TEST_DIRNAME}/libexec"
|
||||
touch "${BATS_TEST_DIRNAME}/libexec/rbenv-which"
|
||||
echo "echo /bin/ruby" >"${BATS_TEST_DIRNAME}/libexec/rbenv-which"
|
||||
chmod +x "${BATS_TEST_DIRNAME}/libexec/rbenv-which"
|
||||
RBENV_VERSION="system" run rbenv-prefix
|
||||
|
|
Loading…
Reference in a new issue