about summary refs log tree commit homepage
path: root/test/test_http_reader.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_http_reader.rb')
-rw-r--r--test/test_http_reader.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_http_reader.rb b/test/test_http_reader.rb
index 634b28c..f632032 100644
--- a/test/test_http_reader.rb
+++ b/test/test_http_reader.rb
@@ -13,6 +13,7 @@ class TestHTTPReader < Test::Unit::TestCase
     end
     path = "http://#{host}:#{s.addr[1]}/"
     r = MogileFS::HTTPReader.try(path, 666, nil)
+    assert_nil th.join
     assert_kind_of IO, r
     r
     ensure