mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-15 06:43:53 -05:00
Add explicit shebang to executable for testing
This commit is contained in:
@@ -26,7 +26,9 @@ load test_helper
|
||||
|
||||
@test "prefix for system in /" {
|
||||
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"
|
||||
RBENV_VERSION="system" run rbenv-prefix
|
||||
assert_success "/"
|
||||
|
||||
Reference in New Issue
Block a user