summaryrefslogtreecommitdiff
path: root/tests/chgrp/no-x
diff options
context:
space:
mode:
Diffstat (limited to 'tests/chgrp/no-x')
-rwxr-xr-xtests/chgrp/no-x1
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