From 1225ad58bd4e92d6ca844c45d2e3660d587956df Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 21 Dec 2004 10:10:40 +0000 Subject: set debug curl too when -c is used --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") { -- cgit v1.2.3