aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-08-21 13:18:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-08-21 13:18:07 +0000
commit08655d8d5d0ea980227096366c231693198e61d6 (patch)
tree580291c13caa05196681b328a70f4658a91eecfc /tests
parent3e5dbac7a2f13de110a5c9244d89901e0a755652 (diff)
Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 2c9a4bfc7..cc10dd670 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -741,6 +741,11 @@ do {
# verbose output
$verbose=1;
}
+ elsif ($ARGV[0] eq "-c") {
+ # use this path to curl instead of default
+ $CURL=$ARGV[1];
+ shift @ARGV;
+ }
elsif ($ARGV[0] eq "-d") {
# have the servers display protocol output
$debugprotocol=1;