diff options
author | Jim Meyering <jim@meyering.net> | 2003-10-19 19:11:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-10-19 19:11:00 +0000 |
commit | 14dd23ac241e83738883a22e92bc964a6e1afd54 (patch) | |
tree | b9879f2c47fd9ea9d0731e93b896e2ceb8ab6913 /tests/chmod | |
parent | b620493440dfbab64cc05b648d488ea76e3c4992 (diff) | |
download | coreutils-14dd23ac241e83738883a22e92bc964a6e1afd54.tar.xz |
tweak diagnostic
Diffstat (limited to 'tests/chmod')
-rwxr-xr-x | tests/chmod/no-x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chmod/no-x b/tests/chmod/no-x index f5bd60dd7..cf365c01a 100755 --- a/tests/chmod/no-x +++ b/tests/chmod/no-x @@ -31,7 +31,7 @@ fail=0 # This must exit nonzero. chmod -R o=r d >/dev/null 2>out && fail=1 cat <<\EOF > exp -chmod: failed to get attributes of `d/no-x/y': Permission denied +chmod: `d/no-x': Permission denied EOF cmp out exp || fail=1 |