Whamcloud - gitweb
Use munlink and not unlink (unlink doesn't exist in non-RH9 setups).
authoradilger <adilger>
Wed, 7 Jan 2004 17:20:17 +0000 (17:20 +0000)
committeradilger <adilger>
Wed, 7 Jan 2004 17:20:17 +0000 (17:20 +0000)
lustre/tests/recovery-small.sh

index 35ab934..7e37260 100755 (executable)
@@ -147,7 +147,7 @@ test_11(){
     drop_bl_callback multiop $MOUNT/$tfile Ow  || 
         echo "client evicted, as expected"
 
-    do_facet client unlink $MOUNT/$tfile  || return 4
+    do_facet client munlink $MOUNT/$tfile  || return 4
 }
 run_test 11 "wake up a thead waiting for completion after eviction (b=2460)"
 $CLEANUP