diff options
Diffstat (limited to 'tests/chown')
-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 7c8951c83..6225400e1 100755 --- a/tests/chown/basic +++ b/tests/chown/basic @@ -17,7 +17,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. . "${srcdir=.}/init.sh"; path_prepend_ ../src -print_ver_ chgrp +print_ver_ chown require_root_ touch f || framework_failure_ |