From eb058c0958b649ae3cda4b904693df133c6682d2 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 10 Jun 2010 19:39:15 -0700 Subject: Fix: attr doesn't take a list. --- Library/Homebrew/test/testing_env.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library/Homebrew/test') diff --git a/Library/Homebrew/test/testing_env.rb b/Library/Homebrew/test/testing_env.rb index dbe3d1687..a12cc1f71 100644 --- a/Library/Homebrew/test/testing_env.rb +++ b/Library/Homebrew/test/testing_env.rb @@ -29,7 +29,8 @@ 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