about summary refs log tree commit homepage
path: root/test/test_bin.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_bin.rb')
-rw-r--r--test/test_bin.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_bin.rb b/test/test_bin.rb
index 074127c..71333e7 100644
--- a/test/test_bin.rb
+++ b/test/test_bin.rb
@@ -189,9 +189,6 @@ class TestBin < Testcase
     else
       poke_until_dead newpid
     end
-  rescue => e
-    Yahns::Log.exception(Logger.new($stderr), "test", e)
-    raise
   ensure
     File.unlink(exe) if exe
     cfg.close! if cfg