aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_integration_cmds.rb
diff options
context:
space:
mode:
authorMike McQuaid2016-08-18 17:32:35 +0100
committerMike McQuaid2016-08-18 17:32:35 +0100
commit27ecf588c703c49f2dfd89e269dfba2f7af5e670 (patch)
treea199823b10854208ac646cb69e019116268258b4 /Library/Homebrew/test/test_integration_cmds.rb
parent5c7c9de669025bbe4cad9829be39c5cf3b31ad25 (diff)
downloadbrew-27ecf588c703c49f2dfd89e269dfba2f7af5e670.tar.bz2
Rename bottle's revision to rebuild.
Diffstat (limited to 'Library/Homebrew/test/test_integration_cmds.rb')
-rw-r--r--Library/Homebrew/test/test_integration_cmds.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/test/test_integration_cmds.rb b/Library/Homebrew/test/test_integration_cmds.rb
index 330e7c0a8..42225bcbc 100644
--- a/Library/Homebrew/test/test_integration_cmds.rb
+++ b/Library/Homebrew/test/test_integration_cmds.rb
@@ -288,7 +288,7 @@ class IntegrationCommandTests < Homebrew::TestCase
def test_bottle
cmd("install", "--build-bottle", testball)
assert_match "Formula not from core or any taps",
- cmd_fail("bottle", "--no-revision", testball)
+ cmd_fail("bottle", "--no-rebuild", testball)
setup_test_formula "testball"
@@ -298,7 +298,7 @@ class IntegrationCommandTests < Homebrew::TestCase
FileUtils.ln_s "not-exist", "symlink"
end
assert_match(/testball-0\.1.*\.bottle\.tar\.gz/,
- cmd_output("bottle", "--no-revision", "testball"))
+ cmd_output("bottle", "--no-rebuild", "testball"))
ensure
FileUtils.rm_f Dir["testball-0.1*.bottle.tar.gz"]
end