Skip to content
Snippets Groups Projects
Commit b7b3dd0f authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch b1_6

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
parent aca469a4
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment