summaryrefslogtreecommitdiff
path: root/tests/dirlist.test
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-02-23 13:07:57 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-02-23 20:25:47 +0100
commit5b44ce39c6a3648682e241c75be513fb68c42568 (patch)
tree839f475b3ca17f74bdf0b80c91e905ff9362f2f0 /tests/dirlist.test
parent2dfeef41c3a2045a6f54a75f710b8d7b930d4471 (diff)
downloadautomake-5b44ce39c6a3648682e241c75be513fb68c42568.tar.gz
tests: quote 'like this', not `like this', as per GCS recommendation
This patch converts the automake testsuite and related files, to the use of new quoting format 'like this' or "like this" rather than `like this'. This is done for consistency with the new recommendations in the GNU Coding Standards, and, well, because I've come to actually prefer the '...' and "..." quoting formats over the `...' one. * tests/README: Update quoting format throughout. Remove some "excessive" use of quoting, and throw in minor rewording where appropriate. * tests/Makefile.am: Likewise, for comments. * tests/CheckListOfTests.am: Likewise. * tests/defs-static.in: Likewise. * tests/defs: Likewise. * tests/trivial-test-driver: Likewise. * Many tests/*.tap, tests/*.test and tests/*.sh files: Likewise, and for the diagnostic and informational messages as well. * tests/gen-testsuite-part: Likewise, and for the generated tests as well.
Diffstat (limited to 'tests/dirlist.test')
-rwxr-xr-xtests/dirlist.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/dirlist.test b/tests/dirlist.test
index 4cbebb458..76daa3505 100755
--- a/tests/dirlist.test
+++ b/tests/dirlist.test
@@ -43,15 +43,15 @@ $ACLOCAL --system-acdir acdir
$AUTOCONF
# There should be no m4_include in aclocal.m4, even though m4/dirlist
-# contains `./dirlist-test' as a relative directory. Only -I directories
+# contains './dirlist-test' as a relative directory. Only -I directories
# are subject to file inclusion.
grep m4_include aclocal.m4 && Exit 1
grep 'GUILE-VERSION' configure
# This bug can occur only when we do a VPATH build of Automake
-# (because of the `-I' passed to aclocal in tests/defs/aclocal.in) but
-# it's OK because VPATH builds are done by `make distcheck'.
+# (because of the '-I' passed to aclocal in tests/defs/aclocal.in) but
+# it's OK because VPATH builds are done by 'make distcheck'.
grep 'I should not be included' configure && Exit 1
: