diff options
Diffstat (limited to 'tests/chmod/silent')
-rwxr-xr-x | tests/chmod/silent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chmod/silent b/tests/chmod/silent index 20c232b94..f56e34774 100755 --- a/tests/chmod/silent +++ b/tests/chmod/silent @@ -17,7 +17,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. . "${srcdir=.}/init.sh"; path_prepend_ ../src -test "$VERBOSE" = yes && { chgrp --version; chmod --version; chown --version; } +print_ver_ chgrp chmod chown chmod -f 0 no-such 2> out && fail=1 chgrp -f 0 no-such 2>> out && fail=1 |