diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-11-13 16:07:17 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-11-13 16:07:17 +0000 |
commit | 336124c3dc45bb4e54e3a2d2b26eae4c5c8220f7 (patch) | |
tree | b047c31c2c599e7fb3555446ac40c841af386fab /tests | |
parent | 8e735d1eea3af9e09bb5238ac450cee1192adcb8 (diff) |
updated
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 | ||||
-rw-r--r-- | tests/README | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 50d5e8eb8..ac9e09c61 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,7 +3,7 @@ all: install: test: - ./runtests.sh + ./runtests.pl clean: rm -rf log diff --git a/tests/README b/tests/README index 64348004b..429a464bc 100644 --- a/tests/README +++ b/tests/README @@ -7,7 +7,7 @@ The cURL Test Suite Requires: - perl, sh + perl (and some shell tools that still hasn't been written in pure perl) Run: 'make test'. This invokes the 'runtests.sh' shell script. Edit the top |