From 0f10634cb96166fc77d5c9713a50fd8c2e440415 Mon Sep 17 00:00:00 2001 From: ccooper <ccooper> Date: Wed, 24 Dec 2003 19:18:29 +0000 Subject: [PATCH] - use munlink instead of unlink --- lustre/tests/recovery-small.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index cfe037536d..3b737e788b 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -133,7 +133,7 @@ test_10() { #sleep $(($TIMEOUT*2)) do_facet client touch $MOUNT/f10 || echo "touch failed, evicted" 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)" -- GitLab