about summary refs log tree commit homepage
path: root/test/test_mogilefs_integration_large_pipe.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_mogilefs_integration_large_pipe.rb')
-rw-r--r--test/test_mogilefs_integration_large_pipe.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_mogilefs_integration_large_pipe.rb b/test/test_mogilefs_integration_large_pipe.rb
index 16f6d58..f6b7dc9 100644
--- a/test/test_mogilefs_integration_large_pipe.rb
+++ b/test/test_mogilefs_integration_large_pipe.rb
@@ -10,6 +10,8 @@ class TestMogileFSLargePipe < Test::Unit::TestCase
     @client = MogileFS::MogileFS.new(:hosts => @trackers, :domain => @domain)
   end
 
+  alias teardown teardown_mogilefs
+
   def test_large_pipe_test
     junk = File.open("/dev/urandom") { |fp| fp.read(1024) }
     junk *= 32