From: Yang Tse Date: Sun, 24 Aug 2008 23:26:07 +0000 (+0000) Subject: Re-enable all tests on x86_64 and ia64. X-Git-Tag: cares-1_5_3~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d744c85310070f17dfe4d67144911bb77acf6350;p=curl Re-enable all tests on x86_64 and ia64. --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 1eee31eae..79d85e674 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -1820,11 +1820,6 @@ sub singletest { last; } - my $dbghosttype=join(' ', runclientoutput("uname -a")); - if(($dbghosttype =~ /x86_64/) || ($dbghosttype =~ /ia64/)) { - $why = "debugging curl_mprintf" if($testnum != 557); - } - if(!$why) { my @keywords = getpart("info", "keywords"); my $match;