aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/dev-cmd/pull_spec.rb
diff options
context:
space:
mode:
authorMike McQuaid2017-05-30 19:14:40 +0100
committerMike McQuaid2017-05-30 19:14:40 +0100
commit9032574038fdf322df8d2c527949c02c0d997400 (patch)
tree3f1ae4f58c1e4e516142c7083ea115f2308a1b50 /Library/Homebrew/test/dev-cmd/pull_spec.rb
parentd1f802c372563e36fe656c4662cae9e5b4138cdd (diff)
downloadbrew-9032574038fdf322df8d2c527949c02c0d997400.tar.bz2
Update jenkins.brew.sh links.
These previously, incorrectly pointed to bot.brew.sh. Fixes #2703.
Diffstat (limited to 'Library/Homebrew/test/dev-cmd/pull_spec.rb')
-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 2ebe144bb..cfd786de0 100644
--- a/Library/Homebrew/test/dev-cmd/pull_spec.rb
+++ b/Library/Homebrew/test/dev-cmd/pull_spec.rb
@@ -14,7 +14,7 @@ describe "brew pull", :integration_test do
end
end
- expect { brew "pull", "https://bot.brew.sh/job/Homebrew\%20Testing/1028/" }
+ expect { brew "pull", "https://jenkins.brew.sh/job/Homebrew\%20Testing/1028/" }
.to output(/Testing URLs require `\-\-bottle`!/).to_stderr
.and not_to_output.to_stdout
.and be_a_failure