From 14f0556d1ca2b67301aee221d3a5919fca60143e Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 18 Jul 2010 14:23:09 -0700 Subject: [PATCH] Remove "test/formula_test.rb" This diagnostic script has been replaced by the "brew audit" external command. --- Library/Homebrew/test/formula_test.rb | 50 --------------------------- 1 file changed, 50 deletions(-) delete mode 100755 Library/Homebrew/test/formula_test.rb diff --git a/Library/Homebrew/test/formula_test.rb b/Library/Homebrew/test/formula_test.rb deleted file mode 100755 index 74597972b3..0000000000 --- a/Library/Homebrew/test/formula_test.rb +++ /dev/null @@ -1,50 +0,0 @@ -#!/usr/bin/ruby -# This software is in the public domain, furnished "as is", without technical -# support, and with no warranty, express or implied, as to its usefulness for -# any purpose. - -$:.push(File.expand_path(__FILE__+'/../..')) -require 'test/unit' -require 'global' -require 'formula' -require 'utils' - - -class WellKnownCodeIssues