This commit is contained in:
joerg 2010-02-22 19:20:33 +00:00
parent 4950ef9e4e
commit 87faf7cb4f
2 changed files with 7 additions and 7 deletions

View File

@ -107,8 +107,8 @@ atf-check -s ne:0 'false' || atf_fail
# Checking stdout/stderr
echo foobar \*[Gt]expout
atf-check -o file:expout -e inline:"xx\\tyy\\n" \\
'echo foobar ; printf "xx\\tyy\\n" \*[Gt]\*[Aq]2' || atf_fail
atf-check -o file:expout -e inline:"xx\etyy\en" \e
'echo foobar ; printf "xx\etyy\en" \*[Gt]\*[Aq]2' || atf_fail
.Ed
.Sh SEE ALSO
.Xr atf 7

View File

@ -1,4 +1,4 @@
.\" $NetBSD: make.1,v 1.166 2009/11/19 06:48:37 wiz Exp $
.\" $NetBSD: make.1,v 1.167 2010/02/22 19:20:33 joerg Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -1750,10 +1750,10 @@ character when used outside of any quoting characters.
.El
Example:
.Bd -literal
\&.SHELL: name=ksh path=/bin/ksh hasErrCtl=true \\
check="set -e" ignore="set +e" \\
echo="set -v" quiet="set +v" filter="set +v" \\
echoFlag=v errFlag=e newline="'\\n'"
\&.SHELL: name=ksh path=/bin/ksh hasErrCtl=true \e
check="set -e" ignore="set +e" \e
echo="set -v" quiet="set +v" filter="set +v" \e
echoFlag=v errFlag=e newline="'\en'"
.Ed
.It Ic .SILENT
Apply the