From 73c1f9db1e352f44bf4e2bb7def581f705b853ca Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 2 Oct 2020 16:28:54 +0200 Subject: fixup remove the runtests temp hack again --- tests/runtests.pl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/runtests.pl b/tests/runtests.pl index db10c8e93..6a08e14e0 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -4194,10 +4194,6 @@ sub singletest { for(@strip) { # strip off all lines that match the patterns from both arrays chomp $_; - if($_ =~ /User-Agent/) { - # temp hack - next; - } @out = striparray( $_, \@out); @protstrip= striparray( $_, \@protstrip); } -- cgit v1.2.1