summaryrefslogtreecommitdiff
path: root/tests/chgrp
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-12-14 15:01:55 +0000
committerJim Meyering <jim@meyering.net>2000-12-14 15:01:55 +0000
commit976f3796be30b42b12f9a0e05971a583170433cd (patch)
tree348f66cec8ad1c03b5d7ab22c8a7d993da63373c /tests/chgrp
parent1c643649b0e53a27f91d9e94fe34b38b7960515e (diff)
downloadcoreutils-976f3796be30b42b12f9a0e05971a583170433cd.tar.xz
*** empty log message ***
Diffstat (limited to 'tests/chgrp')
-rwxr-xr-xtests/chgrp/deref2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chgrp/deref b/tests/chgrp/deref
index 9c63df830..c877726dc 100755
--- a/tests/chgrp/deref
+++ b/tests/chgrp/deref
@@ -78,7 +78,7 @@ mkdir d e
touch e/f
ln -s ../e d/s
chgrp -R $g1 e/f
-# Neither of the following should not change the group of e/f
+# Neither of the following should change the group of e/f
chgrp -R $g2 d
set _ `ls -l e/f`; g=$5; test "$g" = $g1 || fail=1
chgrp --deref -R $g2 d