From 01d424b140817fe166b198a16471907ac10971c3 Mon Sep 17 00:00:00 2001
From: grev <grev>
Date: Fri, 14 Sep 2007 17:49:51 +0000
Subject: [PATCH] b=13394 i=Nathan

get rid of "./"
---
 lustre/tests/recovery-small.sh | 2 +-
 lustre/tests/replay-single.sh  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh
index f927fb683a..e26ce10c0f 100755
--- a/lustre/tests/recovery-small.sh
+++ b/lustre/tests/recovery-small.sh
@@ -754,7 +754,7 @@ run_test 52 "failover OST under load"
 # test of open reconstruct
 test_53() {
 	touch $DIR/$tfile
-	drop_ldlm_reply "./openfile -f O_RDWR:O_CREAT -m 0755 $DIR/$tfile" ||\
+	drop_ldlm_reply "openfile -f O_RDWR:O_CREAT -m 0755 $DIR/$tfile" ||\
 		return 2
 }
 run_test 53 "touch: drop rep"
diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh
index f7e260492d..610aa035c4 100755
--- a/lustre/tests/replay-single.sh
+++ b/lustre/tests/replay-single.sh
@@ -104,7 +104,7 @@ test_2a() {
 run_test 2a "touch"
 
 test_2b() {
-    ./mcreate $DIR/$tfile
+    mcreate $DIR/$tfile
     replay_barrier mds
     touch $DIR/$tfile
     fail mds
-- 
GitLab