diff options
| author | Mike McQuaid | 2017-06-05 08:24:41 +0100 |
|---|---|---|
| committer | GitHub | 2017-06-05 08:24:41 +0100 |
| commit | b9cfd2cb58a2f360dadf691dc3eeaf22b694e960 (patch) | |
| tree | b4c78c21409aca200f732f7fc858df81b4db6461 /Library | |
| parent | 54e01d76db34a3a649c79b189873bfd0a52dbc9f (diff) | |
| parent | d5838c7e803056a525de8cd11b4c540c562a330e (diff) | |
| download | brew-b9cfd2cb58a2f360dadf691dc3eeaf22b694e960.tar.bz2 | |
Merge pull request #2731 from JCount/pull-spec-use-non-fork-pr
pull_spec: use stable, non-fork PR for patch expectation
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/test/dev-cmd/pull_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/dev-cmd/pull_spec.rb b/Library/Homebrew/test/dev-cmd/pull_spec.rb index cfd786de0..9037342b8 100644 --- a/Library/Homebrew/test/dev-cmd/pull_spec.rb +++ b/Library/Homebrew/test/dev-cmd/pull_spec.rb @@ -34,7 +34,7 @@ describe "brew pull", :integration_test do .and output(/Can only bump one changed formula/).to_stderr .and be_a_failure - expect { brew "pull", "https://github.com/Homebrew/homebrew-core/pull/1" } + expect { brew "pull", "https://github.com/Homebrew/brew/pull/1249" } .to output(/Fetching patch/).to_stdout .and output(/Patch failed to apply/).to_stderr .and be_a_failure |
