From: Jim Meyering Date: Wed, 4 Jan 2006 16:09:03 +0000 (+0000) Subject: fix typo X-Git-Tag: v6.0~967 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07fa3b9baa0c80f0a0e0e590951ce21974018738;p=thirdparty%2Fcoreutils.git fix typo --- diff --git a/tests/chgrp/no-x b/tests/chgrp/no-x index 5ccb39273e..e66a577844 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