Whamcloud - gitweb
b=11658
authornathan <nathan>
Thu, 24 May 2007 01:57:06 +0000 (01:57 +0000)
committernathan <nathan>
Thu, 24 May 2007 01:57:06 +0000 (01:57 +0000)
fix broken test

lustre/tests/replay-single.sh

index 2a806e4..35e5714 100755 (executable)
@@ -1130,10 +1130,10 @@ test_59() {
     sync
     unlinkmany $DIR/$tdir/$tfile-%d 200
 #define OBD_FAIL_PTLRPC_DELAY_RECOV       0x507
-    do_facet ost "sysctl -w lustre.fail_loc=0x507"
-    fail ost
+    do_facet ost1 "sysctl -w lustre.fail_loc=0x507"
+    fail ost1
     fail mds
-    do_facet ost "sysctl -w lustre.fail_loc=0x0"
+    do_facet ost1 "sysctl -w lustre.fail_loc=0x0"
     sleep 20
     rmdir $DIR/$tdir
 }