summaryrefslogtreecommitdiff
path: root/tests/chgrp/deref
diff options
context:
space:
mode:
Diffstat (limited to 'tests/chgrp/deref')
-rwxr-xr-xtests/chgrp/deref1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/chgrp/deref b/tests/chgrp/deref
index d4f19ce71..1a20e05bf 100755
--- a/tests/chgrp/deref
+++ b/tests/chgrp/deref
@@ -38,7 +38,6 @@ test "$g" = $g2 ||
skip_test_ "your system doesn't support changing the owner or group" \
"of a symbolic link."
-fail=0
chgrp $g1 f
set _ `ls -ln f`; g=$5; test "$g" = $g1 || fail=1