diff --git a/Library/Homebrew/test/test_bash.rb b/Library/Homebrew/test/test_bash.rb index e965aaf21896aff3ee7a2ecaa86cea59ef4ec0db..ff418c787b576206c77b217cf9324427c6456e92 100644 --- a/Library/Homebrew/test/test_bash.rb +++ b/Library/Homebrew/test/test_bash.rb @@ -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