aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_bash.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/test_bash.rb')
-rw-r--r--Library/Homebrew/test/test_bash.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_bash.rb b/Library/Homebrew/test/test_bash.rb
index e965aaf21..ff418c787 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