From 696e49e87a2b50639ab9e7fc983fca60bce0bfec Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 6 Jul 2010 11:48:36 -0700 Subject: Move exceptions from global to utils; remove duplicate defintions --- Library/Homebrew/test/testing_env.rb | 38 ------------------------------------ 1 file changed, 38 deletions(-) (limited to 'Library/Homebrew/test') diff --git a/Library/Homebrew/test/testing_env.rb b/Library/Homebrew/test/testing_env.rb index a12cc1f71..ffc8b3003 100644 --- a/Library/Homebrew/test/testing_env.rb +++ b/Library/Homebrew/test/testing_env.rb @@ -26,42 +26,4 @@ at_exit { HOMEBREW_PREFIX.parent.rmtree } # Test fixtures and files can be found relative to this path TEST_FOLDER = Pathname.new(ABS__FILE__).parent.realpath -# Note: These exceptions duplicate those defined in globals. -# Perhaps the same definitions should be used in both places. -class ExecutionError