summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/runtests.pl4
1 files changed, 0 insertions, 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);
}