summaryrefslogtreecommitdiffstats
path: root/testsuite/files0-from
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-28 17:22:26 +0100
committerJim Meyering <meyering@redhat.com>2012-01-31 13:22:05 +0100
commitc7f6c1e1594e0777f99543d5d575092cb491dd21 (patch)
tree0a1e9e5fb4acc836597cc0f92d07c44ca2a0af6d /testsuite/files0-from
parent3c97e7a43f8979e87ad60cb58d768cbc29917448 (diff)
downloadidutils-c7f6c1e1594e0777f99543d5d575092cb491dd21.tar.gz
idutils-c7f6c1e1594e0777f99543d5d575092cb491dd21.tar.bz2
idutils-c7f6c1e1594e0777f99543d5d575092cb491dd21.zip
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'.
Diffstat (limited to 'testsuite/files0-from')
-rwxr-xr-xtestsuite/files0-from4
1 files changed, 2 insertions, 2 deletions
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