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:
f0583f1
)
Use munlink and not unlink (unlink doesn't exist in non-RH9 setups).
author
adilger
<adilger>
Wed, 7 Jan 2004 17:20:17 +0000
(17:20 +0000)
committer
adilger
<adilger>
Wed, 7 Jan 2004 17:20:17 +0000
(17:20 +0000)
lustre/tests/recovery-small.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/recovery-small.sh
b/lustre/tests/recovery-small.sh
index
35ab934
..
7e37260
100755
(executable)
--- 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
m
unlink $MOUNT/$tfile || return 4
}
run_test 11 "wake up a thead waiting for completion after eviction (b=2460)"
$CLEANUP