NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Adjust the ATF test case for bin/4841
The following reply was made to PR bin/4841; it has been noted by GNATS.
From: venture37%geeklan.co.uk@localhost
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Adjust the ATF test case for bin/4841
Date: Sun, 26 Jun 2016 02:41:12 +0000 (UTC)
>Submitter-Id: net
>Originator: Sevan Janiyan
>Organization: Venture 37 Ltd
>Confidential: no
>Synopsis: Adjust the ATF test case for bin/4841
>Severity: non-critical
>Priority: low
>Category: standards
>Class: sw-bug
>Release: HEAD
>Environment: NetBSD 7.99.26 (GENERIC) #0: Sat Apr 2 19:23:46 UTC 2016 GENERIC amd64
>Description:
bin/4841 was filed regarding the handling of blank lines when cat was invoked with -be, however the test case did not utilise any blank lines, only testing that the text was aligned.
Supplied patch introduces blank lines to the test case
ok to commit?
>How-To-Repeat:
>Fix:
Index: tests/bin/cat/d_align.in
===================================================================
RCS file: /cvsroot/src/tests/bin/cat/d_align.in,v
retrieving revision 1.1
diff -u -p -u -r1.1 d_align.in
--- tests/bin/cat/d_align.in 27 Mar 2012 08:16:33 -0000 1.1
+++ tests/bin/cat/d_align.in 26 Jun 2016 02:32:06 -0000
@@ -1,3 +1,5 @@
a b c
+
1 2 3
+
x y z
Index: tests/bin/cat/d_align.out
===================================================================
RCS file: /cvsroot/src/tests/bin/cat/d_align.out,v
retrieving revision 1.1
diff -u -p -u -r1.1 d_align.out
--- tests/bin/cat/d_align.out 27 Mar 2012 08:16:33 -0000 1.1
+++ tests/bin/cat/d_align.out 26 Jun 2016 02:32:06 -0000
@@ -1,3 +1,5 @@
1 a b c$
+ $
2 1 2 3$
+ $
3 x y z$
Home |
Main Index |
Thread Index |
Old Index