Skip to content
Snippets Groups Projects
Commit b9cfd2cb authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #2731 from JCount/pull-spec-use-non-fork-pr

pull_spec: use stable, non-fork PR for patch expectation
parents 54e01d76 d5838c7e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment