From: Jim Meyering Date: Mon, 13 Oct 2003 06:56:47 +0000 (+0000) Subject: Change wording of diagnostic to match latest du.c. X-Git-Tag: v5.1.0~434 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e2f5aeeb6a2681b2caf5087430585869b67c634;p=thirdparty%2Fcoreutils.git Change wording of diagnostic to match latest du.c. --- diff --git a/tests/du/no-x b/tests/du/no-x index 207d4672d9..c5f56b035b 100755 --- a/tests/du/no-x +++ b/tests/du/no-x @@ -31,7 +31,7 @@ fail=0 # This must exit nonzero. du d >/dev/null 2>out && fail=1 cat <<\EOF > exp -du: cannot change to directory `d/no-x': Permission denied +du: `d/no-x': Permission denied EOF cmp out exp || fail=1