summaryrefslogtreecommitdiff
path: root/tests/posixsubst-sources.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/posixsubst-sources.test')
-rwxr-xr-xtests/posixsubst-sources.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/posixsubst-sources.test b/tests/posixsubst-sources.test
index 62e9d3d81..36bdd2a8e 100755
--- a/tests/posixsubst-sources.test
+++ b/tests/posixsubst-sources.test
@@ -51,11 +51,11 @@ test1:
test -f baz.c
test2: distdir
ls -l $(distdir)
- ## these sources should be distributed ...
+## These sources should be distributed ...
test -f $(distdir)/bar.c
test -f $(distdir)/foo.c
test -f $(distdir)/main.c
- ## ... and this shouldn't
+## ... and this shouldn't.
test ! -r $(distdir)/baz.c
END