aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl5
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;