summaryrefslogtreecommitdiff
path: root/t/tap-deps.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-05-18 14:31:36 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-05-18 14:31:36 +0200
commit7b6129b9bb74773e1a02c5c43614f9fd47179369 (patch)
tree143a5d3e0c70fc6efe0215836ea929713d0f70c1 /t/tap-deps.sh
parente251673828b140ebfcabfc520bfe8c20e0f06e4f (diff)
parent7b142a7b363a49be43ff861abc2dca5af9593f9d (diff)
downloadautomake-7b6129b9bb74773e1a02c5c43614f9fd47179369.tar.gz
Merge branch 'maint'
* maint: tests: use 'parallel-tests' Automake option by default doc: fix location of Automake's own test-suite.log file yacc tests: avoid a spurious failure with Sun C++ 5.9 self tests: cater for /bin/ksh symlinked to Zsh tests: fix spurious failures due to dpkg install-info Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/tap-deps.sh')
-rwxr-xr-xt/tap-deps.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/tap-deps.sh b/t/tap-deps.sh
index 5049171d5..6ebe0f916 100755
--- a/t/tap-deps.sh
+++ b/t/tap-deps.sh
@@ -17,7 +17,6 @@
# Basic TAP test protocol support:
# - dependencies between test scripts
-am_parallel_tests=yes
. ./defs || Exit 1
cat > Makefile.am << 'END'