I run the perl programs with 'perl [script]' instead, to overcome the
authorDaniel Stenberg <daniel@haxx.se>
Tue, 21 Nov 2000 19:30:09 +0000 (19:30 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 21 Nov 2000 19:30:09 +0000 (19:30 +0000)
hardcoded-path-in-scripts problem.

tests/Makefile.am

index cd2e058..471e308 100644 (file)
@@ -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