summaryrefslogtreecommitdiff
path: root/tests/misc/tac
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-10-18 14:20:36 +0200
committerJim Meyering <meyering@redhat.com>2011-10-19 09:31:52 +0200
commite6fb579f4131506c14195788c6a5ae980ca7b05d (patch)
tree0ccf4465f25ddb24f2b07a3cacb6bcf75e88202d /tests/misc/tac
parent1bb97e2aa16a247304c2492f6b52f2106259dbf4 (diff)
downloadcoreutils-e6fb579f4131506c14195788c6a5ae980ca7b05d.tar.xz
maint: tac: prefer "failed to" diagnostic over "cannot"
* src/tac.c: Change wording in diagnostic: "failed to open" seems clearer than "cannot open".
Diffstat (limited to 'tests/misc/tac')
-rwxr-xr-xtests/misc/tac2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/tac b/tests/misc/tac
index 7bd07bd8a..56021280b 100755
--- a/tests/misc/tac
+++ b/tests/misc/tac
@@ -68,7 +68,7 @@ my @Tests =
{ENV => "TMPDIR=$bad_dir"},
{IN_PIPE => "a\n"},
{ERR_SUBST => "s,`$bad_dir': .*,...,"},
- {ERR => "$prog: cannot create temporary file in ...\n"},
+ {ERR => "$prog: failed to create temporary file in ...\n"},
{EXIT => 1}],
# coreutils-8.5's tac would double-free its primary buffer.