Remove redundant text describing the cleanup routine.

Upstreamed:
    http://code.google.com/p/kyua/issues/detail?id=43

Submitted by:	Garrett Cooper <yanegomi@gmail.com>
This commit is contained in:
Marcel Moolenaar 2012-11-15 04:24:17 +00:00
parent 019e4a53cb
commit a4fb74f1ac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243050

View file

@ -61,7 +61,7 @@ failures.
This body is only executed if the abstract conditions specified by the
header are met.
The
.Em cleanup routine
.Em cleanup
routine is a piece of code always executed after the body, regardless of
the exit status of the test case.
It can be used to undo side-effects of the test case.