summaryrefslogtreecommitdiff
path: root/tests/posixsubst-scripts.test
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2010-12-18 12:58:04 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2010-12-18 13:39:51 +0100
commit080d362b919118033d054cb80b85cffc6d94cab6 (patch)
treef69699637007979a3478a8676b14283979433591 /tests/posixsubst-scripts.test
parentc65a679d59426c17fba6e4d2e49f8dabef2b9f26 (diff)
downloadautomake-080d362b919118033d054cb80b85cffc6d94cab6.tar.gz
Improve comments in tests `posixsubst*.test'.
* tests/posixsubst-data.test: Improve comment explaining why we try also empty match suffix. * tests/posixsubst-extradist.test: Likewise. * tests/posixsubst-ldadd.test: Likewise. * tests/posixsubst-libraries.test: Likewise. * tests/posixsubst-ltlibraries.test: Likewise. * tests/posixsubst-programs.test: Likewise. * tests/posixsubst-scripts.test: Likewise. * tests/posixsubst-sources.test: Likewise. * tests/posixsubst-tests.test: Likewise. Suggested by Ralf Wildenhues.
Diffstat (limited to 'tests/posixsubst-scripts.test')
-rwxr-xr-xtests/posixsubst-scripts.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/posixsubst-scripts.test b/tests/posixsubst-scripts.test
index a6f253bf9..d5fe91eb0 100755
--- a/tests/posixsubst-scripts.test
+++ b/tests/posixsubst-scripts.test
@@ -34,8 +34,8 @@ bar1 bar2 quux.pl:
: > $@
CLEANFILES = bar1 bar2 quux.pl
-# Try also with `:=', to ensure the parser is not unduly confused
-# into thinking that it's an unportable assignment operator.
+# Also try an empty match suffix, to ensure that the `:=' in there is
+# not confused by the parser with an unportable assignment operator.
dist_sbin_SCRIPTS = $(t1:=.sh)
libexec_SCRIPTS = $(t2:x=)
nodist_bin_SCRIPTS = $(t3:-baz=x.pl)