Module Name:    src
Committed By:   joerg
Date:           Mon Feb 22 19:21:37 UTC 2010

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

Log Message:
\\ -> \e


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/atf/dist/tools/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/tools/atf-check.1
diff -u src/external/bsd/atf/dist/tools/atf-check.1:1.2 src/external/bsd/atf/dist/tools/atf-check.1:1.3
--- src/external/bsd/atf/dist/tools/atf-check.1:1.2	Wed Dec 23 09:54:22 2009
+++ src/external/bsd/atf/dist/tools/atf-check.1	Mon Feb 22 19:21:37 2010
@@ -107,8 +107,8 @@
 
 # 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

Reply via email to