From: Daniel Stenberg Date: Tue, 11 May 2004 18:57:03 +0000 (+0000) Subject: revert the accidentally added use of strace X-Git-Tag: curl-7_12_0~125 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f42b10242fdbcd06750f85ff511262e1088ff429;p=thirdparty%2Fcurl.git revert the accidentally added use of strace --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 0df1e0550d..176a5bc515 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -635,7 +635,7 @@ sub checkcurl { my $curl; my $libcurl; - my @version=`strace $CURL --version 2>fump`; + my @version=`$CURL --version 2>/dev/null`; for(@version) { chomp;