diff options
author | Yang Tse <yangsita@gmail.com> | 2008-08-24 23:26:07 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-08-24 23:26:07 +0000 |
commit | d744c85310070f17dfe4d67144911bb77acf6350 (patch) | |
tree | e611a5fed15398f3d615a9c29d939a72e034e8a5 | |
parent | c9f2c54c4924feb3bc150db7bc065f45c4c74794 (diff) |
Re-enable all tests on x86_64 and ia64.
-rwxr-xr-x | tests/runtests.pl | 5 |
1 files changed, 0 insertions, 5 deletions
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; |