]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
revert the accidentally added use of strace
authorDaniel Stenberg <daniel@haxx.se>
Tue, 11 May 2004 18:57:03 +0000 (18:57 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 11 May 2004 18:57:03 +0000 (18:57 +0000)
tests/runtests.pl

index 0df1e0550d49479b593e2f6bb1cc5b08b867b163..176a5bc51520fa733f800cf2ee56726b7e060acb 100755 (executable)
@@ -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;