Browse Source

Remove useless `touch` line

pull/669/head
Yamashita, Yuu 10 years ago
parent
commit
8eefa41a4d
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      test/prefix.bats

+ 0
- 1
test/prefix.bats View File

@ -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…
Cancel
Save