Whamcloud - gitweb
b=13394
authorgrev <grev>
Fri, 14 Sep 2007 18:01:39 +0000 (18:01 +0000)
committergrev <grev>
Fri, 14 Sep 2007 18:01:39 +0000 (18:01 +0000)
i=Nathan

get rid of "./"

lustre/tests/recovery-small.sh
lustre/tests/replay-single.sh

index c5a7a55..e26dcd2 100755 (executable)
@@ -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"
index 50ca9f3..aa05069 100755 (executable)
@@ -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