From: adilger Date: Wed, 7 Jan 2004 17:20:17 +0000 (+0000) Subject: Use munlink and not unlink (unlink doesn't exist in non-RH9 setups). X-Git-Tag: 1.0.3~116 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=720c0803cba9673cccf6f5c54b32509ac50eed46;p=fs%2Flustre-release.git Use munlink and not unlink (unlink doesn't exist in non-RH9 setups). --- diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index 35ab934..7e37260 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -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