Commit 20dd0670 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

I run the perl programs with 'perl [script]' instead, to overcome the

hardcoded-path-in-scripts problem.
parent 43e1e1cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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