summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-02-14 11:46:58 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-02-14 11:49:58 +0100
commit43e25e3849a040a4bb2dd9bab04446f0c9e88f69 (patch)
tree088df4dc0469a4fda3fe0f1eefda9c80884beb49
parent9fa6029855f48e73ebac0243e1ccebe3628730ee (diff)
downloadautomake-43e25e3849a040a4bb2dd9bab04446f0c9e88f69.tar.gz
tests: remove obsolete (and now wrong) comment
* t/ax/am-test-lib.sh: Here. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
-rw-r--r--t/ax/am-test-lib.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/ax/am-test-lib.sh b/t/ax/am-test-lib.sh
index f3fcacca5..8508197b9 100644
--- a/t/ax/am-test-lib.sh
+++ b/t/ax/am-test-lib.sh
@@ -439,8 +439,6 @@ fetch_tap_driver ()
|| framework_failure_ "couldn't fetch $am_tap_implementation TAP driver"
sed 10q tap-driver # For debugging.
}
-# The shell/awk implementation of the TAP driver is still mostly dummy, so
-# use the perl implementation by default for the moment.
am_tap_implementation=${am_tap_implementation-shell}
# $PYTHON and support for PEP-3147. Needed to check our python-related