Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/atf/dist/atf-check \\ -> \e



details:   https://anonhg.NetBSD.org/src/rev/d34a9548b485
branches:  trunk
changeset: 754823:d34a9548b485
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri May 14 01:48:11 2010 +0000

description:
\\ -> \e

diffstat:

 external/bsd/atf/dist/atf-check/atf-check.1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r a24345fafba9 -r d34a9548b485 external/bsd/atf/dist/atf-check/atf-check.1
--- a/external/bsd/atf/dist/atf-check/atf-check.1       Fri May 14 01:46:04 2010 +0000
+++ b/external/bsd/atf/dist/atf-check/atf-check.1       Fri May 14 01:48:11 2010 +0000
@@ -107,8 +107,8 @@
 
 # Checking stdout/stderr
 echo foobar >expout
-atf-check -o file:expout -e inline:"xx\\tyy\\n" \\
-    'echo foobar ; printf "xx\\tyy\\n" >&2' || atf_fail
+atf-check -o file:expout -e inline:"xx\etyy\en" \e
+    'echo foobar ; printf "xx\etyy\en" >&2' || atf_fail
 .Ed
 .Sh SEE ALSO
 .Xr atf 7



Home | Main Index | Thread Index | Old Index