diff options
| author | Baptiste Fontaine | 2016-02-03 18:10:55 +0100 |
|---|---|---|
| committer | Baptiste Fontaine | 2016-02-03 18:11:29 +0100 |
| commit | bdf0e0ef4d8aeeddaeab39c44ad226afc1567f68 (patch) | |
| tree | 76d7ccc5a586a0c786a8643f8cc82590a6ddd969 /Library/Homebrew/test | |
| parent | 87ee0ab3afb407e74162f8b300df5ef14b664916 (diff) | |
| download | brew-bdf0e0ef4d8aeeddaeab39c44ad226afc1567f68.tar.bz2 | |
tests: remove the problematic test-bot test
It makes Travis checks fail on the master.
Diffstat (limited to 'Library/Homebrew/test')
| -rw-r--r-- | Library/Homebrew/test/test_integration_cmds.rb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Library/Homebrew/test/test_integration_cmds.rb b/Library/Homebrew/test/test_integration_cmds.rb index b13625307..e85b09ea6 100644 --- a/Library/Homebrew/test/test_integration_cmds.rb +++ b/Library/Homebrew/test/test_integration_cmds.rb @@ -627,21 +627,6 @@ class IntegrationCommandTests < Homebrew::TestCase (HOMEBREW_REPOSITORY/".git").rmtree end - def test_test_bot - formula_file = CoreFormulaRepository.new.formula_dir/"testball.rb" - formula_file.write <<-EOS.undent - class Testball < Formula - url "file://#{File.expand_path("..", __FILE__)}/tarballs/testball-0.1.tbz" - sha256 "#{TESTBALL_SHA256}" - end - EOS - - assert_match "==> brew install --verbose --build-bottle testball", - cmd("test-bot", "--dry-run", "testball") - ensure - formula_file.unlink - end - def test_custom_command mktmpdir do |path| cmd = "int-test-#{rand}" |
