Module Name:    src
Committed By:   joerg
Date:           Fri May 14 01:48:12 UTC 2010

Modified Files:
        src/external/bsd/atf/dist/atf-check: atf-check.1

Log Message:
\\ -> \e


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/atf/dist/atf-check/atf-check.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/atf/dist/atf-check/atf-check.1
diff -u src/external/bsd/atf/dist/atf-check/atf-check.1:1.1.1.1 src/external/bsd/atf/dist/atf-check/atf-check.1:1.2
--- src/external/bsd/atf/dist/atf-check/atf-check.1:1.1.1.1	Sat May  8 08:05:22 2010
+++ src/external/bsd/atf/dist/atf-check/atf-check.1	Fri May 14 01:48:11 2010
@@ -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

Reply via email to