projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43e1e1c
)
I run the perl programs with 'perl [script]' instead, to overcome the
author
Daniel Stenberg
<daniel@haxx.se>
Tue, 21 Nov 2000 19:30:09 +0000
(19:30 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Tue, 21 Nov 2000 19:30:09 +0000
(19:30 +0000)
hardcoded-path-in-scripts problem.
tests/Makefile.am
patch
|
blob
|
history
diff --git
a/tests/Makefile.am
b/tests/Makefile.am
index
cd2e058
..
471e308
100644
(file)
--- 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