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