Skip to content
Snippets Groups Projects
Commit 0f10634c authored by ccooper's avatar ccooper
Browse files

- use munlink instead of unlink

parent 2afd8466
No related branches found
No related tags found
No related merge requests found
...@@ -133,7 +133,7 @@ test_10() { ...@@ -133,7 +133,7 @@ test_10() {
#sleep $(($TIMEOUT*2)) #sleep $(($TIMEOUT*2))
do_facet client touch $MOUNT/f10 || echo "touch failed, evicted" do_facet client touch $MOUNT/f10 || echo "touch failed, evicted"
do_facet client checkstat -v -p 0777 $MOUNT/f10 || return 3 do_facet client checkstat -v -p 0777 $MOUNT/f10 || return 3
do_facet client "unlink $MOUNT/f10" do_facet client "munlink $MOUNT/f10"
} }
run_test 10 "finish request after client eviction (bug 1521)" run_test 10 "finish request after client eviction (bug 1521)"
......
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