diff options
Diffstat (limited to 'tests/chown/basic')
-rwxr-xr-x | tests/chown/basic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chown/basic b/tests/chown/basic index 5626029ae..102f17c79 100755 --- a/tests/chown/basic +++ b/tests/chown/basic @@ -20,7 +20,7 @@ print_ver_ chgrp require_root_ -touch f || framework_failure +touch f || framework_failure_ chown -R --preserve-root 0:1 f |