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:
aca469a
)
Branch b1_6
author
adilger
<adilger>
Fri, 8 Jun 2007 20:24:32 +0000
(20:24 +0000)
committer
adilger
<adilger>
Fri, 8 Jun 2007 20:24:32 +0000
(20:24 +0000)
Remove the extra checkstat call, which should have been removed with the
landing of the original patch.
b=10818 b=12623
i=scjody
i=nathan
lustre/tests/replay-single.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/replay-single.sh
b/lustre/tests/replay-single.sh
index
73f6cab
..
9f7e560
100755
(executable)
--- a/
lustre/tests/replay-single.sh
+++ b/
lustre/tests/replay-single.sh
@@
-743,8
+743,7
@@
test_33() {
createmany -o $DIR/$tfile-%d 100
fail_abort mds
# this file should be gone, because the replay was aborted
- $CHECKSTAT -t file $DIR/$tfile && return 3
- $CHECKSTAT -t file $DIR/$tfile-* && return 4
+ $CHECKSTAT -t file $DIR/$tfile-* && return 3
unlinkmany $DIR/$tfile-%d 0 100
return 0
}