1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 16:18:48 -05:00

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

hardcoded-path-in-scripts problem.
This commit is contained in:
Daniel Stenberg 2000-11-21 19:30:09 +00:00
parent 43e1e1cd1a
commit 20dd0670ba

View File

@ -3,10 +3,10 @@ all:
install: install:
test: test:
./runtests.pl perl runtests.pl
quiet-test: quiet-test:
./runtests.pl -s -a perl runtests.pl -s -a
clean: clean:
rm -rf log rm -rf log