From 20dd0670ba0907f41f414e7c988e7aa62a43f9b0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 21 Nov 2000 19:30:09 +0000 Subject: I run the perl programs with 'perl [script]' instead, to overcome the hardcoded-path-in-scripts problem. --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index cd2e05809..471e30830 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,10 +3,10 @@ all: install: test: - ./runtests.pl + perl runtests.pl quiet-test: - ./runtests.pl -s -a + perl runtests.pl -s -a clean: rm -rf log -- cgit v1.2.3