1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-15 14:53:53 -05:00

check if completion script is readable

fixes #444
This commit is contained in:
Mislav Marohnić
2013-09-09 09:53:29 +02:00
parent 749f21e482
commit bdcc2e1790
2 changed files with 3 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ load test_helper
root="$(cd $BATS_TEST_DIRNAME/.. && pwd)"
run rbenv-init -
assert_success
assert_line 'source "'${root}'/libexec/../completions/rbenv.bash"'
assert_line "source '${root}/libexec/../completions/rbenv.bash'"
}
@test "option to skip rehash" {