From: Jim Meyering Date: Tue, 14 Oct 2003 09:34:05 +0000 (+0000) Subject: add a blank line X-Git-Tag: v5.1.0~417 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c4bd21e70f1d55a8bd8bf9a5ea05ae911cbdae0;p=thirdparty%2Fcoreutils.git add a blank line --- diff --git a/tests/chgrp/basic b/tests/chgrp/basic index fb4aa774b4..5c5a574c97 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