mirror of
https://github.com/curl/curl.git
synced 2026-07-25 14:17:25 +03:00
I run the perl programs with 'perl [script]' instead, to overcome the
hardcoded-path-in-scripts problem.
This commit is contained in:
parent
43e1e1cd1a
commit
20dd0670ba
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue