aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_keg.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_keg.rb b/Library/Homebrew/test/test_keg.rb
index 4813353e1..0da3a8762 100644
--- a/Library/Homebrew/test/test_keg.rb
+++ b/Library/Homebrew/test/test_keg.rb
@@ -56,7 +56,7 @@ class LinkTests < Test::Unit::TestCase
def test_linking_fails_when_files_exist
touch HOMEBREW_PREFIX/"bin/helloworld"
- assert_raise RuntimeError do
+ assert_raise Keg::ConflictError do
shutup { @keg.link }
end
end