Whamcloud - gitweb
b=13394
authorgrev <grev>
Fri, 14 Sep 2007 17:49:51 +0000 (17:49 +0000)
committergrev <grev>
Fri, 14 Sep 2007 17:49:51 +0000 (17:49 +0000)
i=Nathan

get rid of "./"

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

index f927fb6..e26ce10 100755 (executable)
@@ -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"
index f7e2604..610aa03 100755 (executable)
@@ -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