summaryrefslogtreecommitdiff
path: root/t/test-driver-cond.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/test-driver-cond.sh')
-rw-r--r--t/test-driver-cond.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/t/test-driver-cond.sh b/t/test-driver-cond.sh
index 15dbb2c94..fccebed7c 100644
--- a/t/test-driver-cond.sh
+++ b/t/test-driver-cond.sh
@@ -79,13 +79,6 @@ chmod a+x foo bar.test baz.sh
$AUTOMAKE -a
test -f test-driver
-grep DRIVER Makefile.in || exit 99 # For debugging.
-
-grep '^my_LOG_DRIVER *=' Makefile.in \
- && fatal_ 'unexpected $(my_LOG_DRIVER) in Makefile.in'
-
-grep '^TEST_LOG_DRIVER =.*\$(SHELL).*/test-driver' Makefile.in
-
$PERL -MTAP::Parser -e 1 \
|| skip_ "cannot import TAP::Parser perl module"