From bbafb2eb27954c34967f91c705e74cc0c186970d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 11 May 2004 11:30:23 +0000 Subject: curl_global_init_mem() allows the memory functions to be replaced. memory.h is included everywhere for this. --- tests/runtests.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/runtests.pl') diff --git a/tests/runtests.pl b/tests/runtests.pl index dbe5978f8..0df1e0550 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -635,7 +635,7 @@ sub checkcurl { my $curl; my $libcurl; - my @version=`$CURL -V 2>/dev/null`; + my @version=`strace $CURL --version 2>fump`; for(@version) { chomp; @@ -727,7 +727,7 @@ sub checkcurl { } } if(!$curl) { - die "couldn't run curl!" + die "couldn't run '$CURL'" } my $hostname=`hostname`; -- cgit v1.2.3