From 35664baf67b3c7fcb95dde8f9ab8983110404ad5 Mon Sep 17 00:00:00 2001
From: nathan <nathan>
Date: Thu, 24 May 2007 01:57:06 +0000
Subject: [PATCH] b=11658 fix broken test

---
 lustre/tests/replay-single.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh
index 2a806e47ba..35e5714ea9 100755
--- a/lustre/tests/replay-single.sh
+++ b/lustre/tests/replay-single.sh
@@ -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
 }
-- 
GitLab