From: Daniel Stenberg Date: Tue, 21 Nov 2000 19:30:09 +0000 (+0000) Subject: I run the perl programs with 'perl [script]' instead, to overcome the X-Git-Tag: curl-7_5~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20dd0670ba0907f41f414e7c988e7aa62a43f9b0;p=curl I run the perl programs with 'perl [script]' instead, to overcome the hardcoded-path-in-scripts problem. --- 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