summaryrefslogtreecommitdiffstats
path: root/tools/regression/usr.bin/sed
diff options
context:
space:
mode:
authordds <dds@FreeBSD.org>2007-03-14 07:01:49 +0000
committerdds <dds@FreeBSD.org>2007-03-14 07:01:49 +0000
commita9474579c0bbbfbacba369ee9926fe7e09f07360 (patch)
treec7b9ef7f147586c56844cd7fd6615c44f06a339d /tools/regression/usr.bin/sed
parent258a7dc1bccd79a9447498690c0618bae5805d1a (diff)
downloadFreeBSD-src-a9474579c0bbbfbacba369ee9926fe7e09f07360.zip
FreeBSD-src-a9474579c0bbbfbacba369ee9926fe7e09f07360.tar.gz
Add missing newline to correct failure of the regression test.
According to IEEE Std 1003.1, 2004 "Whenever the pattern space is written to standard output or a named file, sed shall immediately follow it with a <newline>." An attempt at the same correction might have been made with r1.3, which is however identical with r1.2.
Diffstat (limited to 'tools/regression/usr.bin/sed')
-rw-r--r--tools/regression/usr.bin/sed/regress.y.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/usr.bin/sed/regress.y.out b/tools/regression/usr.bin/sed/regress.y.out
index 22f4f05..829a681 100644
--- a/tools/regression/usr.bin/sed/regress.y.out
+++ b/tools/regression/usr.bin/sed/regress.y.out
@@ -1 +1 @@
-fOO \ No newline at end of file
+fOO
OpenPOWER on IntegriCloud