diff options
author | Jim Meyering <meyering@redhat.com> | 2011-10-18 14:20:36 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-10-19 09:31:52 +0200 |
commit | e6fb579f4131506c14195788c6a5ae980ca7b05d (patch) | |
tree | 0ccf4465f25ddb24f2b07a3cacb6bcf75e88202d /tests | |
parent | 1bb97e2aa16a247304c2492f6b52f2106259dbf4 (diff) | |
download | coreutils-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')
-rwxr-xr-x | tests/misc/tac | 2 |
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. |