From c7f6c1e1594e0777f99543d5d575092cb491dd21 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 28 Jan 2012 17:22:26 +0100 Subject: maint: make copyright statements more consistent; update gnulib * cfg.mk (update-copyright-env): Add UPDATE_COPYRIGHT_FORCE=1 to rejoin some split lines, and UPDATE_COPYRIGHT_USE_INTERVALS=2 to make update-copyright use only one year range. * gnulib: Update. * testsuite/files0-from: Adapt to gnulib's change from `q' to 'q'. --- testsuite/files0-from | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/files0-from') diff --git a/testsuite/files0-from b/testsuite/files0-from index 5458e4f..86d7996 100755 --- a/testsuite/files0-from +++ b/testsuite/files0-from @@ -32,14 +32,14 @@ my @Tests = ( # invalid extra command line argument ['f-extra-arg', '--files0-from=- no-such', {IN=>"a"}, {EXIT=>1}, - {ERR => "$prog: extra operand `no-such'\n" + {ERR => "$prog: extra operand 'no-such'\n" . "file operands cannot be combined with --files0-from\n" . "Try `$prog --help' for more information.\n"} ], # missing input file ['missing', '--files0-from=missing', {EXIT=>1}, - {ERR => "$prog: cannot open `missing' for reading: " + {ERR => "$prog: cannot open 'missing' for reading: " . "No such file or directory\n"}], # empty input, regular file -- cgit v1.2.3