summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-10-02 16:28:54 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-10-02 16:28:54 +0200
commit73c1f9db1e352f44bf4e2bb7def581f705b853ca (patch)
treef23eb55f6d6746c62e9282bc8f85feb0c90f01b1
parent3574ae83ea3d77a3c8c92c7c7ab0d438304c5ab5 (diff)
downloadcurl-bagder/curl-version-tests.tar.gz
fixup remove the runtests temp hack againbagder/curl-version-tests
-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);
}