summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-06-28 18:21:33 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-06-28 18:35:44 +0200
commit073216069b0f94ce4a92f5a007c953152c896424 (patch)
tree8ac3d3e4d0da69ad58b8392e68cd164d9d70218b /Makefile.am
parentb0df891f28bb86a953e52c31bc782c9a325e8130 (diff)
downloadautomake-073216069b0f94ce4a92f5a007c953152c896424.tar.gz
tests init: don't bother allowing '$me' to be overridable
We once used that feature in our wrapper tests; but now (and probably even since commit 'v1.11-1308-g375f23d' of 2011-09-08, "testsuite: revamp generation of autogenerated tests") it is not needed anymore. By removing it we can simplify our growingly complex testsuite framework a little. * t/ax/test-inist.sh ($me): Do not initialize it here (and only if not already set), instead ... * defs-static.in ($me): ... initialize it here unconditionally. Do not check anymore that $me doesn't come from the environment: that wouldn't cause any problem now. Now that '$me' is defined early, prefer it over 'argv0' in early error messages, both here ... * defs: ... and here. * Makefile.am (AM_TESTS_ENVIRONMENT): Do not bother "nullifying" $me anymore. * t/self-check-env-sanitize.tap: Adjust. * t/self-check-me.tap: Likewise. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 76f1cb345..9d5815514 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -336,7 +336,6 @@ TESTS = ## Will be updated later.
# test scripts, but not from the environment.
AM_TESTS_ENVIRONMENT = \
for v in \
- me \
required \
am_using_tap \
am_serial_tests \