summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/du/no-x2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/no-x b/tests/du/no-x
index 207d4672d..c5f56b035 100755
--- a/tests/du/no-x
+++ b/tests/du/no-x
@@ -31,7 +31,7 @@ fail=0
# This must exit nonzero.
du d >/dev/null 2>out && fail=1
cat <<\EOF > exp
-du: cannot change to directory `d/no-x': Permission denied
+du: `d/no-x': Permission denied
EOF
cmp out exp || fail=1