From: Daniel Stenberg Date: Tue, 21 Dec 2004 10:10:40 +0000 (+0000) Subject: set debug curl too when -c is used X-Git-Tag: curl-7_13_0~130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1225ad58bd4e92d6ca844c45d2e3660d587956df;p=curl set debug curl too when -c is used --- diff --git a/tests/runtests.pl b/tests/runtests.pl index dc4aae4b1..010c6ed0f 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -1599,7 +1599,7 @@ do { } elsif ($ARGV[0] eq "-c") { # use this path to curl instead of default - $CURL=$ARGV[1]; + $DBGCURL=$CURL=$ARGV[1]; shift @ARGV; } elsif ($ARGV[0] eq "-d") {