From cb1842cb5227b98ed4640a444418a29359b22bc3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 5 Dec 2000 09:15:44 +0000 Subject: uses the PERL variable configure digs up --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 084e4ef42..58475d934 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -6,10 +6,10 @@ curl: @(cd ..; make) test: - perl runtests.pl + $(PERL) runtests.pl quiet-test: - perl runtests.pl -s -a + $(PERL) runtests.pl -s -a clean: rm -rf log -- cgit v1.2.3