From f9d42659ea951896733f49394a50366fb55eaafb Mon Sep 17 00:00:00 2001 From: Shaun Jackman Date: Wed, 18 Oct 2017 23:32:06 -0700 Subject: pull: Fix pull --bottle 1234 Fix the error: Error: undefined method `casecmp' for nil:NilClass --- Library/Homebrew/test/dev-cmd/pull_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/test/dev-cmd') diff --git a/Library/Homebrew/test/dev-cmd/pull_spec.rb b/Library/Homebrew/test/dev-cmd/pull_spec.rb index 9815ef9a1..984ac0843 100644 --- a/Library/Homebrew/test/dev-cmd/pull_spec.rb +++ b/Library/Homebrew/test/dev-cmd/pull_spec.rb @@ -22,7 +22,7 @@ describe "brew pull", :integration_test do .and output(/Current branch is new\-branch/).to_stderr .and be_a_failure - expect { brew "pull", "--bump", "8" } + expect { brew "pull", "--bump", "https://github.com/Homebrew/homebrew-core/pull/8" } .to output(/Fetching patch/).to_stdout .and output(/No changed formulae found to bump/).to_stderr .and be_a_failure -- cgit v1.2.3