summaryrefslogtreecommitdiff
path: root/tests/du
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-13 06:56:47 +0000
committerJim Meyering <jim@meyering.net>2003-10-13 06:56:47 +0000
commit6e2f5aeeb6a2681b2caf5087430585869b67c634 (patch)
tree5e589e9699ed990636723cec11431817da927165 /tests/du
parent1d3f87109d2bcbff6cb892ee26d943fd56918ce6 (diff)
downloadcoreutils-6e2f5aeeb6a2681b2caf5087430585869b67c634.tar.xz
Change wording of diagnostic to match latest du.c.
Diffstat (limited to 'tests/du')
-rwxr-xr-xtests/du/no-x2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/no-x b/tests/du/no-x
index 207d4672d..c5f56b035 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