summaryrefslogtreecommitdiff
path: root/tests/install/create-leading
diff options
context:
space:
mode:
Diffstat (limited to 'tests/install/create-leading')
-rwxr-xr-xtests/install/create-leading2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/install/create-leading b/tests/install/create-leading
index d349f601c..d1fea0682 100755
--- a/tests/install/create-leading
+++ b/tests/install/create-leading
@@ -26,7 +26,7 @@ print_ver_ ginstall
file=file
echo foo > $file
-# Before 4.0q, this would mistakenly create $file, not `dest'
+# Before 4.0q, this would mistakenly create $file, not 'dest'
# in no-dir1/no-dir2/.
ginstall -D $file no-dir1/no-dir2/dest || fail=1
test -d no-dir1/no-dir2 || fail=1