diff options
Diffstat (limited to 'tests/chgrp')
-rwxr-xr-x | tests/chgrp/basic | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/chgrp/basic b/tests/chgrp/basic index 5c5a574c9..ee2f2b535 100755 --- a/tests/chgrp/basic +++ b/tests/chgrp/basic @@ -36,6 +36,9 @@ chgrp $g2 f || fail=1 chgrp $g2 f2 || fail=1 chgrp -R $g1 d || fail=1 +# Don't let verbose output interfere. +test "$VERBOSE" = yes && set +x + ( chgrp -c $g1 f chgrp -c $g2 f |