about summary refs log tree commit homepage
path: root/test/test_serve_static.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_serve_static.rb')
-rw-r--r--test/test_serve_static.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_serve_static.rb b/test/test_serve_static.rb
index 944a597..4b46fb0 100644
--- a/test/test_serve_static.rb
+++ b/test/test_serve_static.rb
@@ -33,9 +33,6 @@ class TestServeStatic < Testcase
       res = http.request(req)
       assert_equal gplv3[5..46], res.body
     end
-  rescue => e
-    Yahns::Log.exception(Logger.new($stderr), "test", e)
-    raise
   ensure
     quit_wait(pid)
   end