From: shaver Date: Mon, 24 Feb 2003 21:45:58 +0000 (+0000) Subject: Dropped-request and -reply tests for link and unlink. X-Git-Tag: v1_7_110~2^11~173 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=5e11ec4b62ecb62fc97d736f10a6591930e064df;p=fs%2Flustre-release.git Dropped-request and -reply tests for link and unlink. --- diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index 3637c2db1..7425e57 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -134,4 +134,11 @@ drop_reply "cat /mnt/lustre/resolv.conf > /dev/null" drop_request "mv /mnt/lustre/resolv.conf /mnt/lustre/renamed" drop_reply "mv /mnt/lustre/renamed /mnt/lustre/renamed-again" +drop_request "mlink /mnt/lustre/renamed-again /mnt/lustre/link1" +drop_reply "mlink /mnt/lustre/renamed-again /mnt/lustre/link2" + +drop_request "munlink /mnt/lustre/link1" +drop_reply "munlink /mnt/lustre/link2" + + cleanup