Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Aug 2016 06:34:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 210607] patch to bin/cat/cat.c to align output between when invoked with -be & -ne flags
Message-ID:  <bug-210607-8-5Zp7s5Tkl9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-210607-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-210607-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210607

Ngie Cooper <ngie@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ngie@FreeBSD.org

--- Comment #8 from Ngie Cooper <ngie@FreeBSD.org> ---
Just to confirm, yes... it causes failures with the NetBSD tests:

$ svn info | grep ^URL:
URL:
svn+ssh://ngie@repo.freebsd.org/base/projects/netbsd-tests-update-12/bin/ca=
t/tests
$ kyua debug -k /usr/tests/bin/cat/Kyuafile cat_test:align
Executing command [ /bin/sh -c cat -be /usr/tests/bin/cat/d_align.in ]
Fail: stdout does not match golden output
--- /usr/tests/bin/cat/d_align.out      2016-08-12 06:31:54.211355000 +0000
+++ /tmp/kyua.atf-tester.dRY658/check.pFAOAC/stdout     2016-08-12
06:32:15.388825000 +0000
@@ -1,5 +1,5 @@
      1 a b c$
-       $
+$
      2 1 2 3$
-       $
+$
      3 x y z$
cat_test:align  ->  failed: atf-check failed; see the output of the test for
details

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210607-8-5Zp7s5Tkl9>