diff options
Diffstat (limited to 'tests/chgrp')
-rwxr-xr-x | tests/chgrp/no-x | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/chgrp/no-x b/tests/chgrp/no-x index b8ebed5f6..e9c702d7f 100755 --- a/tests/chgrp/no-x +++ b/tests/chgrp/no-x @@ -59,7 +59,6 @@ EOF # With native fdopendir, du uses a different code path. cat <<\EOF > exp-native-fdopendir chgrp: cannot access `d/no-x/y': Permission denied -chgrp: fts_read failed: Permission denied EOF if cmp out exp >/dev/null 2>&1; then |