diff options
| author | Mike McQuaid | 2016-09-20 08:09:28 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2016-09-20 10:41:42 +0100 | 
| commit | 3099d126d7b57d9a4eee82bdd87ef5e77e86346b (patch) | |
| tree | e1e2a4a5416a88cbbdd808132c246d61d4da7e83 | |
| parent | 6ff7fed070a938c2ac6ec04c9048502a29c7b1e8 (diff) | |
| download | brew-3099d126d7b57d9a4eee82bdd87ef5e77e86346b.tar.bz2 | |
test_bash: use new completions location.
| -rw-r--r-- | Library/Homebrew/test/test_bash.rb | 2 | 
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  | 
