diff options
author | Jim Meyering <jim@meyering.net> | 2004-05-17 12:10:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-05-17 12:10:43 +0000 |
commit | 58f134b649641a442a21f60a1c5889f4581240a5 (patch) | |
tree | 9ced7e2045dd0f1159b873e0b4a623e324a79fee /tests/chgrp/posix-H | |
parent | a432ab952a0199b90be84858b59b8f051f1b67b7 (diff) | |
download | coreutils-58f134b649641a442a21f60a1c5889f4581240a5.tar.xz |
Use -h where necessary to retain semantics.
Diffstat (limited to 'tests/chgrp/posix-H')
-rwxr-xr-x | tests/chgrp/posix-H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chgrp/posix-H b/tests/chgrp/posix-H index 1652e595b..59f6533f0 100755 --- a/tests/chgrp/posix-H +++ b/tests/chgrp/posix-H @@ -33,7 +33,7 @@ fi fail=0 -chgrp -HR $g2 1s 2 || fail=1 +chgrp -h -HR $g2 1s 2 || fail=1 # These must have group $g2. # ========================= |