summaryrefslogtreecommitdiffstats
path: root/contrib/atf/atf-sh/atf-sh-api.3
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2014-09-23 22:29:03 +0000
committerrodrigc <rodrigc@FreeBSD.org>2014-09-23 22:29:03 +0000
commit692a2280860db95cdbdde413e71b3f8faa4b1c0f (patch)
tree3f3b4bff2e1d073a32665d8833a728917d13e2db /contrib/atf/atf-sh/atf-sh-api.3
parent3ab8a85f81466a50cb269ab53ff3d099392565d9 (diff)
downloadFreeBSD-src-692a2280860db95cdbdde413e71b3f8faa4b1c0f.zip
FreeBSD-src-692a2280860db95cdbdde413e71b3f8faa4b1c0f.tar.gz
Delete mentions to removed manpages
Obtained from: atf (git 23c570d6f393c76dff041360bb5f7779900c7191)
Diffstat (limited to 'contrib/atf/atf-sh/atf-sh-api.3')
-rw-r--r--contrib/atf/atf-sh/atf-sh-api.315
1 files changed, 6 insertions, 9 deletions
diff --git a/contrib/atf/atf-sh/atf-sh-api.3 b/contrib/atf/atf-sh/atf-sh-api.3
index d63804c..a30aee7 100644
--- a/contrib/atf/atf-sh/atf-sh-api.3
+++ b/contrib/atf/atf-sh/atf-sh-api.3
@@ -26,7 +26,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd October 13, 2013
+.Dd March 2, 2014
.Dt ATF-SH-API 3
.Os
.Sh NAME
@@ -224,9 +224,8 @@ If
.Va exitcode
is not
.Sq -1 ,
-.Xr atf-run 1
-will validate that the exit code of the test case matches the one provided
-in this call.
+the runtime engine will validate that the exit code of the test case
+matches the one provided in this call.
Otherwise, the exact value will be ignored.
.It Fn atf_expect_fail "reason"
Any failure raised in this mode is recorded, but such failures do not report
@@ -258,9 +257,8 @@ If
.Va signo
is not
.Sq -1 ,
-.Xr atf-run 1
-will validate that the signal that terminated the test case matches the one
-provided in this call.
+the runtime engine will validate that the signal that terminated the test
+case matches the one provided in this call.
Otherwise, the exact value will be ignored.
.It Fn atf_expect_timeout "reason" "..."
Expects the test case to execute for longer than its timeout.
@@ -339,5 +337,4 @@ atf_check -s exit:0 -o match:"^foo$" -e empty 'ls'
.Sh SEE ALSO
.Xr atf-sh 1 ,
.Xr atf-test-program 1 ,
-.Xr atf-test-case 4 ,
-.Xr atf 7
+.Xr atf-test-case 4
OpenPOWER on IntegriCloud