summaryrefslogtreecommitdiff
path: root/tests/chgrp
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-01-04 16:09:03 +0000
committerJim Meyering <jim@meyering.net>2006-01-04 16:09:03 +0000
commit07fa3b9baa0c80f0a0e0e590951ce21974018738 (patch)
tree0fc0a642158a32d205938ef6e83f7dceb091948b /tests/chgrp
parent757b8d0edd6026fa23a50d449623d4ec4320e393 (diff)
downloadcoreutils-07fa3b9baa0c80f0a0e0e590951ce21974018738.tar.xz
fix typo
Diffstat (limited to 'tests/chgrp')
-rwxr-xr-xtests/chgrp/no-x4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/chgrp/no-x b/tests/chgrp/no-x
index 5ccb39273..e66a57784 100755
--- a/tests/chgrp/no-x
+++ b/tests/chgrp/no-x
@@ -41,8 +41,8 @@ EOF
# With native fdopendir, du uses a different code path.
cat <<\EOF > exp-native-fdopendir
-chmod: cannot access `d/no-x/y': Permission denied
-chmod: fts_read failed: Permission denied
+chgrp: cannot access `d/no-x/y': Permission denied
+chgrp: fts_read failed: Permission denied
EOF
if cmp out exp >/dev/null 2>&1; then