summaryrefslogtreecommitdiff
path: root/tests/chgrp/basic
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-05-17 12:10:43 +0000
committerJim Meyering <jim@meyering.net>2004-05-17 12:10:43 +0000
commit58f134b649641a442a21f60a1c5889f4581240a5 (patch)
tree9ced7e2045dd0f1159b873e0b4a623e324a79fee /tests/chgrp/basic
parenta432ab952a0199b90be84858b59b8f051f1b67b7 (diff)
downloadcoreutils-58f134b649641a442a21f60a1c5889f4581240a5.tar.xz
Use -h where necessary to retain semantics.
Diffstat (limited to 'tests/chgrp/basic')
-rwxr-xr-xtests/chgrp/basic4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/chgrp/basic b/tests/chgrp/basic
index ee2f2b535..aaa0f9478 100755
--- a/tests/chgrp/basic
+++ b/tests/chgrp/basic
@@ -56,10 +56,10 @@ test "$VERBOSE" = yes && set +x
touch f
ln -s f symlink
chgrp $g1 f
- chgrp $g2 symlink 2> /dev/null
+ chgrp -h $g2 symlink 2> /dev/null
# This should not change the group of f.
- chgrp -c $g2 symlink 2> /dev/null
+ chgrp -h -c $g2 symlink 2> /dev/null
chgrp -c $g2 f
# This *should* change the group of f.