summaryrefslogtreecommitdiff
path: root/tests/chgrp
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-14 09:34:05 +0000
committerJim Meyering <jim@meyering.net>2003-10-14 09:34:05 +0000
commit1c4bd21e70f1d55a8bd8bf9a5ea05ae911cbdae0 (patch)
tree3ad4a1e045f89f6f6631f204aae37bb08c441c30 /tests/chgrp
parent94531ab4b7266bb9a0b1587788281cdab948caa0 (diff)
downloadcoreutils-1c4bd21e70f1d55a8bd8bf9a5ea05ae911cbdae0.tar.xz
add a blank line
Diffstat (limited to 'tests/chgrp')
-rwxr-xr-xtests/chgrp/basic1
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