aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-11-21 19:30:09 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-11-21 19:30:09 +0000
commit20dd0670ba0907f41f414e7c988e7aa62a43f9b0 (patch)
tree980fe22a057ad66f46b830533c807d1f8a7d5a69 /tests/Makefile.am
parent43e1e1cd1a2443234a0eeff9f11835b77fec0cff (diff)
I run the perl programs with 'perl [script]' instead, to overcome the
hardcoded-path-in-scripts problem.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index cd2e05809..471e30830 100644
--- 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