Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment