diff options
author | Jim Meyering <jim@meyering.net> | 2003-10-14 09:34:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-10-14 09:34:05 +0000 |
commit | 1c4bd21e70f1d55a8bd8bf9a5ea05ae911cbdae0 (patch) | |
tree | 3ad4a1e045f89f6f6631f204aae37bb08c441c30 /tests/chgrp/basic | |
parent | 94531ab4b7266bb9a0b1587788281cdab948caa0 (diff) | |
download | coreutils-1c4bd21e70f1d55a8bd8bf9a5ea05ae911cbdae0.tar.xz |
add a blank line
Diffstat (limited to 'tests/chgrp/basic')
-rwxr-xr-x | tests/chgrp/basic | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/chgrp/basic b/tests/chgrp/basic index fb4aa774b..5c5a574c9 100755 --- a/tests/chgrp/basic +++ b/tests/chgrp/basic @@ -54,6 +54,7 @@ chgrp -R $g1 d || fail=1 ln -s f symlink chgrp $g1 f chgrp $g2 symlink 2> /dev/null + # This should not change the group of f. chgrp -c $g2 symlink 2> /dev/null chgrp -c $g2 f |