diff options
Diffstat (limited to 'tests/chgrp')
-rwxr-xr-x | tests/chgrp/deref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chgrp/deref b/tests/chgrp/deref index cb664635d..d7225d145 100755 --- a/tests/chgrp/deref +++ b/tests/chgrp/deref @@ -31,7 +31,7 @@ chgrp -h $g2 symlink 2> /dev/null set _ `ls -ln symlink` g=$5 test "$g" = $g2 || - skip_test_ "your system doesn't support changing the owner or group" \ + skip_ "your system doesn't support changing the owner or group" \ "of a symbolic link." |