Add explicit shebang to executable for testing
This commit is contained in:
parent
8eefa41a4d
commit
83e874a165
@ -26,7 +26,9 @@ 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"
|
||||||
echo "echo /bin/ruby" >"${BATS_TEST_DIRNAME}/libexec/rbenv-which"
|
{ echo "#!/bin/sh"
|
||||||
|
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
|
||||||
assert_success "/"
|
assert_success "/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user