From: Jim Meyering Date: Tue, 25 Jul 2006 15:40:02 +0000 (+0000) Subject: * tests/ls-2/tests (no-a-isdir-b): Update to reflect addition X-Git-Tag: v6.0~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=995cbf7830c7bf98b737f136c3916d1af05e6c60;p=thirdparty%2Fcoreutils.git * tests/ls-2/tests (no-a-isdir-b): Update to reflect addition of "cannot access " to diagnostic. --- diff --git a/ChangeLog b/ChangeLog index dec90e5882..b6d2675001 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,8 @@ Say "cannot access" rather than "cannot stat". * tests/ls/stat-failed: New file/test, for the above. * tests/ls/Makefile.am (TESTS): Add stat-failed. + * tests/ls-2/tests (no-a-isdir-b): Update to reflect addition + of "cannot access " to diagnostic. * src/ls.c: Declare stat_failed to be "bool", not "int" everywhere. diff --git a/tests/ls-2/tests b/tests/ls-2/tests index 71c3fa78ce..d3133e8d8c 100755 --- a/tests/ls-2/tests +++ b/tests/ls-2/tests @@ -99,7 +99,7 @@ my @Tests = # From Stéphane Chazelas. ['no-a-isdir-b', 'no-dir d', {OUT => "d:\n"}, - {ERR => "ls: no-dir: No such file or directory\n"}, + {ERR => "ls: cannot access no-dir: No such file or directory\n"}, $mkdir, $rmdir, {EXIT => 2}], ['recursive-2', '-R d', {OUT => "d:\ne\n\nd/e:\n"}, $mkdir2, $rmdir2],