summaryrefslogtreecommitdiff
path: root/tests/tap-empty.test
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-09-10 21:59:09 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-09-10 23:22:03 +0200
commite00d6c989d9063d3a86b91c7439ef2bf345d603d (patch)
tree480d96ca3e4282c08a32b119b7ddb5d8f98168f2 /tests/tap-empty.test
parent02aa640410bb9a5106b052d16c7f54f9e926740b (diff)
downloadautomake-e00d6c989d9063d3a86b91c7439ef2bf345d603d.tar.gz
tests defs: more namespace-safeness
($using_tap): Renamed ... ($am_using_tap): ... to this. ($parallel_tests): Renamed ... ($am_parallel_tests): ... to this. ($test_prefer_config_shell): Renamed ... ($am_test_prefer_config_shell): ... to this. ($original_AUTOMAKE): Renamed ... ($am_original_AUTOMAKE): ... to this. ($original_ACLOCAL): Renamed ... ($am_original_ACLOCAL): ... to this. * tests/defs, tests/defs-static.in, tests/gen-testsuite-part, tests/README, and all callers: Adjusted. * tests/Makefile.am (AM_TESTS_ENVIRONMENT): Adjust, and rewrite to make future adjustments easier. * tests/defs (funcs_file_): Renamed ... (am_funcs_file): ... to this. * Makefile.am (sc_tests_obsolete_variables): New maintainer check. (syntax_check_rules): Add it.
Diffstat (limited to 'tests/tap-empty.test')
-rwxr-xr-xtests/tap-empty.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tap-empty.test b/tests/tap-empty.test
index 557b7c796..3d7a0a109 100755
--- a/tests/tap-empty.test
+++ b/tests/tap-empty.test
@@ -18,7 +18,7 @@
# - empty TAP input
# - blank TAP input
-parallel_tests=yes
+am_parallel_tests=yes
. ./defs || Exit 1
. "$testsrcdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh"