aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMike McQuaid2017-06-05 08:24:41 +0100
committerGitHub2017-06-05 08:24:41 +0100
commitb9cfd2cb58a2f360dadf691dc3eeaf22b694e960 (patch)
treeb4c78c21409aca200f732f7fc858df81b4db6461 /Library/Homebrew
parent54e01d76db34a3a649c79b189873bfd0a52dbc9f (diff)
parentd5838c7e803056a525de8cd11b4c540c562a330e (diff)
downloadbrew-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/Homebrew')
-rw-r--r--Library/Homebrew/test/dev-cmd/pull_spec.rb2
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