diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-11-21 19:30:09 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-11-21 19:30:09 +0000 |
commit | 20dd0670ba0907f41f414e7c988e7aa62a43f9b0 (patch) | |
tree | 980fe22a057ad66f46b830533c807d1f8a7d5a69 /tests | |
parent | 43e1e1cd1a2443234a0eeff9f11835b77fec0cff (diff) |
I run the perl programs with 'perl [script]' instead, to overcome the
hardcoded-path-in-scripts problem.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 4 |
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 |