bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] fix version test (broken since a9bf076c0bb08f82da2c58a9933229fae


From: Bernhard Voelker
Subject: [PATCH] fix version test (broken since a9bf076c0bb08f82da2c58a9933229fae570df59)
Date: Fri, 15 Jul 2011 22:10:06 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110616 SUSE/3.1.11 Thunderbird/3.1.11

`make check` failed for the --version check.

Here's a patch which fixes the template for the expected output.

Unfortunately, the variable COPYRIGHT_YEAR is not there anymore,
so for now I entered 2011 hardcoded ;-/



From 15316172da988b4db00eb2165d3864dabcecc4bf Mon Sep 17 00:00:00 2001
From: Bernhard Voelker <address@hidden>
Date: Fri, 15 Jul 2011 22:00:35 +0200
Subject: [PATCH] fix version test
 (broken since a9bf076c0bb08f82da2c58a9933229fae570df59)

* testsuite/version.gin: change to match version-etc-fsf
---
 testsuite/version.gin |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/testsuite/version.gin b/testsuite/version.gin
index 10da5e8..8ad2f6c 100644
--- a/testsuite/version.gin
+++ b/testsuite/version.gin
@@ -1,9 +1,11 @@
-GNU sed version @VERSION@
-Copyright (C) @COPYRIGHT_YEAR@ Free Software Foundation, Inc.
-This is free software; see the source for copying conditions.  There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE,
-to the extent permitted by law.
+../sed/sed (GNU sed) @VERSION@
+Copyright (C) 2011 Free Software Foundation, Inc.
+License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.

+Written by Jay Fenlason, Tom Lord, Ken Pizzini,
+and Paolo Bonzini.
 GNU sed home page: <http://www.gnu.org/software/sed/>.
 General help using GNU software: <http://www.gnu.org/gethelp/>.
 E-mail bug reports to: <@PACKAGE_BUGREPORT@>.
--
1.7.3.4


Have a nice day,
Berny



reply via email to

[Prev in Thread] Current Thread [Next in Thread]