about summary refs log tree commit homepage
path: root/test/mgmt-iostat.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-01-11 23:52:51 +0000
committerEric Wong <normalperson@yhbt.net>2012-01-11 23:52:51 +0000
commit9bf9b6aedfbb312b8c334b3e93ab5cd1e896634e (patch)
tree3400414f9876acaeb922ed931ebac4f3d1317ffe /test/mgmt-iostat.rb
parent301b41b6f1350806a750794d615e3468735757a6 (diff)
downloadcmogstored-9bf9b6aedfbb312b8c334b3e93ab5cd1e896634e.tar.gz
"make distcheck" builds + runs in a subdirectory because
some folks rely on this.
Diffstat (limited to 'test/mgmt-iostat.rb')
-rwxr-xr-xtest/mgmt-iostat.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/mgmt-iostat.rb b/test/mgmt-iostat.rb
index 61f1b6a..049a71a 100755
--- a/test/mgmt-iostat.rb
+++ b/test/mgmt-iostat.rb
@@ -50,7 +50,7 @@ class TestMgmtIostat < Test::Unit::TestCase
     Dir.mkdir "#@tmpdir/dev666"
     @pid = fork do
       ENV["PATH"] = TEST_PATH
-      ENV["MOG_IOSTAT_CMD"] = "test/iostat-mock.rb #{@iostat_pid.path} fast"
+      ENV["MOG_IOSTAT_CMD"] = "iostat-mock.rb #{@iostat_pid.path} fast"
       exec(*@cmd)
     end
 
@@ -97,7 +97,7 @@ class TestMgmtIostat < Test::Unit::TestCase
     Dir.mkdir "#@tmpdir/dev666"
     @pid = fork do
       ENV["PATH"] = TEST_PATH
-      ENV["MOG_IOSTAT_CMD"] = "test/iostat-mock.rb #{@iostat_pid.path} #{type}"
+      ENV["MOG_IOSTAT_CMD"] = "iostat-mock.rb #{@iostat_pid.path} #{type}"
       exec(*@cmd)
     end