From 08655d8d5d0ea980227096366c231693198e61d6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 21 Aug 2001 13:18:07 +0000 Subject: Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819 --- tests/runtests.pl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') 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; -- cgit v1.2.3