summaryrefslogtreecommitdiff
path: root/tests/chmod/equal-x
diff options
context:
space:
mode:
Diffstat (limited to 'tests/chmod/equal-x')
-rwxr-xr-xtests/chmod/equal-x2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chmod/equal-x b/tests/chmod/equal-x
index 76783ebee..e846fc3d1 100755
--- a/tests/chmod/equal-x
+++ b/tests/chmod/equal-x
@@ -27,7 +27,7 @@ for mode in =x =xX =Xx =x,=X =X,=x; do
chmod a=r,$mode $file || fail=1
case "`ls -l $file`" in
---x--x---*) ;;
- *) fail=1; echo "after \`chmod $mode $file':"; ls -l $file ;;
+ *) fail=1; echo "after 'chmod $mode $file':"; ls -l $file ;;
esac
done