about summary refs log tree commit homepage
path: root/test/test_output_buffering.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_output_buffering.rb')
-rw-r--r--test/test_output_buffering.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_output_buffering.rb b/test/test_output_buffering.rb
index 2f52870..dc91aed 100644
--- a/test/test_output_buffering.rb
+++ b/test/test_output_buffering.rb
@@ -106,9 +106,6 @@ class TestOutputBuffering < Testcase
     else
       raise "TESTBUG"
     end
-  rescue => e
-    Yahns::Log.exception(Logger.new($stderr), "test", e)
-    raise
   ensure
     quit_wait(pid)
   end