From 28cd0d385606f53609a5464fcb7e176f02a79cd6 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 30 May 2017 09:51:06 +0100 Subject: Fix Linux build Remove `testbottest` formula (this should have lived in the `brew test-bot` repository from the outset) and make various other changes to fix the Linux build here. --- .../test/support/fixtures/tarballs/testbottest-0.1.tbz | Bin 548 -> 0 bytes Library/Homebrew/test/support/fixtures/testbottest.rb | 14 -------------- 2 files changed, 14 deletions(-) delete mode 100644 Library/Homebrew/test/support/fixtures/tarballs/testbottest-0.1.tbz delete mode 100644 Library/Homebrew/test/support/fixtures/testbottest.rb (limited to 'Library/Homebrew') diff --git a/Library/Homebrew/test/support/fixtures/tarballs/testbottest-0.1.tbz b/Library/Homebrew/test/support/fixtures/tarballs/testbottest-0.1.tbz deleted file mode 100644 index 83f7ab1dd..000000000 Binary files a/Library/Homebrew/test/support/fixtures/tarballs/testbottest-0.1.tbz and /dev/null differ diff --git a/Library/Homebrew/test/support/fixtures/testbottest.rb b/Library/Homebrew/test/support/fixtures/testbottest.rb deleted file mode 100644 index f7695cab5..000000000 --- a/Library/Homebrew/test/support/fixtures/testbottest.rb +++ /dev/null @@ -1,14 +0,0 @@ -class Testbottest < Formula - desc "Minimal C program and Makefile used for testing Homebrew." - homepage "https://github.com/Homebrew/brew" - url "file://#{File.expand_path("..", __FILE__)}/tarballs/testbottest-0.1.tbz" - sha256 "78b54d8f31585c9773bed12b4aa4ab2ce458ebd044b9406cb24d40aa5107f082" - - def install - system "make", "install", "PREFIX=#{prefix}" - end - - test do - assert_equal "testbottest\n", shell_output("#{bin}/testbottest") - end -end -- cgit v1.2.3