From 82d0e7a5c3ca0c820387ea3f20b62323176ab8cf Mon Sep 17 00:00:00 2001 From: grev Date: Fri, 14 Sep 2007 18:01:39 +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 c5a7a55..e26dcd2 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -728,7 +728,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 50ca9f3..aa05069 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -133,7 +133,7 @@ test_2a() { run_test 2a "touch" test_2b() { - ./mcreate $DIR/$tfile + mcreate $DIR/$tfile replay_barrier $SINGLEMDS touch $DIR/$tfile fail $SINGLEMDS -- 1.8.3.1