diff options
author | marcel <marcel@FreeBSD.org> | 2012-11-15 04:24:17 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2012-11-15 04:24:17 +0000 |
commit | 976798afd4bd0d2ca3ab0a21326cafc2fedf83d7 (patch) | |
tree | 12de8e7cffa7838dea9b16f21ca2c6bed9c733d0 /contrib/atf | |
parent | f51ddfd74dac8fdaed5c407388615bb96697a5fa (diff) | |
download | FreeBSD-src-976798afd4bd0d2ca3ab0a21326cafc2fedf83d7.zip FreeBSD-src-976798afd4bd0d2ca3ab0a21326cafc2fedf83d7.tar.gz |
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>
Diffstat (limited to 'contrib/atf')
-rw-r--r-- | contrib/atf/doc/atf-test-case.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/atf/doc/atf-test-case.4 b/contrib/atf/doc/atf-test-case.4 index 15489ad..e1b2bf4 100644 --- a/contrib/atf/doc/atf-test-case.4 +++ b/contrib/atf/doc/atf-test-case.4 @@ -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. |