]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
fix typo
authorJim Meyering <jim@meyering.net>
Wed, 4 Jan 2006 16:09:03 +0000 (16:09 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 4 Jan 2006 16:09:03 +0000 (16:09 +0000)
tests/chgrp/no-x

index 5ccb39273e5c17b22f4af7b2eefbeec0f26a195e..e66a577844f685de51b6fad6b2833cb3409c215f 100755 (executable)
@@ -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