Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
769cec4
)
Dropped-request and -reply tests for link and unlink.
author
shaver
<shaver>
Mon, 24 Feb 2003 21:45:58 +0000
(21:45 +0000)
committer
shaver
<shaver>
Mon, 24 Feb 2003 21:45:58 +0000
(21:45 +0000)
lustre/tests/recovery-small.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/recovery-small.sh
b/lustre/tests/recovery-small.sh
index
3637c2d
..
7425e57
100755
(executable)
--- 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