about summary refs log tree commit homepage
path: root/test/test_fresh.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-11-11 15:51:14 -0800
committerEric Wong <normalperson@yhbt.net>2011-11-11 15:51:14 -0800
commit890b3904c770955cdb0a70864060f99786a4f402 (patch)
treee881d8d48febb742f5a687c25ee55391c0d63744 /test/test_fresh.rb
parentde7803e4c9732b5805679d4cada6370e26fd5d67 (diff)
downloadmogilefs-client-890b3904c770955cdb0a70864060f99786a4f402.tar.gz
We need to support plugins in the nearish future
Diffstat (limited to 'test/test_fresh.rb')
-rw-r--r--test/test_fresh.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_fresh.rb b/test/test_fresh.rb
index 1b0fa15..cdff2f1 100644
--- a/test/test_fresh.rb
+++ b/test/test_fresh.rb
@@ -7,6 +7,10 @@ class TestMogFresh < Test::Unit::TestCase
   include TestExec
 
   def setup
+    setup_mogilefs
+  end
+
+  def setup_mogilefs(plugins = nil)
     @test_host = "127.0.0.1"
     @tracker = TCPServer.new(@test_host, 0)
     @tracker_port = @tracker.addr[1]