]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/cephtool/test.sh: ceph, not ./ceph
authorSage Weil <sage@redhat.com>
Mon, 10 Nov 2014 22:12:11 +0000 (14:12 -0800)
committerSage Weil <sage@redhat.com>
Mon, 10 Nov 2014 22:12:11 +0000 (14:12 -0800)
Fixes: #10053
Signed-off-by: Sage Weil <sage@redhat.com>
qa/workunits/cephtool/test.sh

index 88ed3b19d2d8b606415afe3439917293faf47622..3dced5b7b8886545fce425e1ee4907c467a7898d 100755 (executable)
@@ -157,7 +157,7 @@ function expect_config_value()
 
 function test_mon_injectargs()
 {
-  CEPH_ARGS='--mon_debug_dump_location the.dump' ./ceph tell osd.0 injectargs --no-osd_debug_op_order >& $TMPFILE || return 1
+  CEPH_ARGS='--mon_debug_dump_location the.dump' ceph tell osd.0 injectargs --no-osd_debug_op_order >& $TMPFILE || return 1
   check_response "osd_debug_op_order = 'false'"
   ! grep "the.dump" $TMPFILE || return 1
   ceph tell osd.0 injectargs '--osd_debug_op_order --osd_failsafe_full_ratio .99' >& $TMPFILE || return 1