diff options
Diffstat (limited to 'tests/chown/basic')
-rwxr-xr-x | tests/chown/basic | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/chown/basic b/tests/chown/basic index 6708da0a9..95a9cd1d3 100755 --- a/tests/chown/basic +++ b/tests/chown/basic @@ -26,7 +26,6 @@ require_root_ touch f || framework_failure -fail=0 chown -R --preserve-root 0:1 f # Make sure the owner and group are 0 and 1 respectively. |