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

b=13798

i=Nathan

remove tdir before opendirunlink
parent 4655373b
No related branches found
No related tags found
No related merge requests found
...@@ -160,6 +160,9 @@ test_6() { ...@@ -160,6 +160,9 @@ test_6() {
run_test 6 "remove of open file on other node ==================" run_test 6 "remove of open file on other node =================="
test_7() { test_7() {
# run_one creates uniq $tdir (bug 13798)
# opendirunlink failes if it exists
rmdir $DIR1/$tdir || true
opendirunlink $DIR1/$tdir $DIR2/$tdir || \ opendirunlink $DIR1/$tdir $DIR2/$tdir || \
error "opendirunlink $DIR1/$tdir $DIR2/$tdir" error "opendirunlink $DIR1/$tdir $DIR2/$tdir"
} }
......
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