Skip to content
Snippets Groups Projects
Commit 82d0e7a5 authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

b=13394

i=Nathan

get rid of "./"
parent 488fffaa
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment