Whamcloud - gitweb
- use munlink instead of unlink
authorccooper <ccooper>
Wed, 24 Dec 2003 19:18:29 +0000 (19:18 +0000)
committerccooper <ccooper>
Wed, 24 Dec 2003 19:18:29 +0000 (19:18 +0000)
lustre/tests/recovery-small.sh

index cfe0375..3b737e7 100755 (executable)
@@ -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)"