summaryrefslogtreecommitdiff
path: root/tests/misc/fold
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-08-26 18:44:29 +0200
committerJim Meyering <jim@meyering.net>2007-08-26 18:45:19 +0200
commitddb029b0f084c7aea2922aa955c63176fa649328 (patch)
treeba23454d2424afd04a22b46cc73dffd743be048d /tests/misc/fold
parenta2f768f65e3d778805269442ddedf39d45a6d998 (diff)
downloadcoreutils-ddb029b0f084c7aea2922aa955c63176fa649328.tar.xz
tests/misc/fold: Fix a typo: missing \ in a never-seen diagnostic
Diffstat (limited to 'tests/misc/fold')
-rwxr-xr-xtests/misc/fold4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/fold b/tests/misc/fold
index 2bb6f24a5..343279603 100755
--- a/tests/misc/fold
+++ b/tests/misc/fold
@@ -2,7 +2,7 @@
# -*- perl -*-
# Exercise fold.
-# Copyright (C) 2003, 2005, 2006 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005-2007 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -34,7 +34,7 @@ ver=`fold --version|sed 1q`
case $ver in
*" $PACKAGE_VERSION") ;;
*) echo 1>&2 \
- "$0: found unexpected version of fold, \`$ver'"
+ "$0: found unexpected version of fold, \`$ver'" \
"(expected $PACKAGE_VERSION)"
exit 1;;
esac