diff options
author | Jim Meyering <jim@meyering.net> | 2003-10-13 06:56:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-10-13 06:56:47 +0000 |
commit | 6e2f5aeeb6a2681b2caf5087430585869b67c634 (patch) | |
tree | 5e589e9699ed990636723cec11431817da927165 /tests/du | |
parent | 1d3f87109d2bcbff6cb892ee26d943fd56918ce6 (diff) | |
download | coreutils-6e2f5aeeb6a2681b2caf5087430585869b67c634.tar.xz |
Change wording of diagnostic to match latest du.c.
Diffstat (limited to 'tests/du')
-rwxr-xr-x | tests/du/no-x | 2 |
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 |