summaryrefslogtreecommitdiff
path: root/tests/chgrp/no-x
diff options
context:
space:
mode:
Diffstat (limited to 'tests/chgrp/no-x')
-rwxr-xr-xtests/chgrp/no-x2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chgrp/no-x b/tests/chgrp/no-x
index 56357fe84..200fa3221 100755
--- a/tests/chgrp/no-x
+++ b/tests/chgrp/no-x
@@ -46,7 +46,7 @@ sed "s/^$prog: cannot read directory /$prog: /" out > t && mv t out
sed 's,d/no-x/y,d/no-x,' out > t && mv t out
cat <<EOF > exp
-$prog: \`d/no-x': Permission denied
+$prog: 'd/no-x': Permission denied
EOF
compare exp out || fail=1