test_bash: use new completions location.

This commit is contained in:
Mike McQuaid 2016-09-20 08:09:28 +01:00
parent 6ff7fed070
commit 3099d126d7

View File

@ -19,7 +19,7 @@ class BashTests < Homebrew::TestCase
end
def test_bash_completion
script = HOMEBREW_LIBRARY_PATH.parent.parent/"etc/bash_completion.d/brew"
script = HOMEBREW_LIBRARY_PATH.parent.parent/"completions/bash/brew"
assert_valid_bash_syntax script
end