diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-10-02 16:28:54 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-10-02 16:28:54 +0200 |
commit | 73c1f9db1e352f44bf4e2bb7def581f705b853ca (patch) | |
tree | f23eb55f6d6746c62e9282bc8f85feb0c90f01b1 | |
parent | 3574ae83ea3d77a3c8c92c7c7ab0d438304c5ab5 (diff) | |
download | curl-73c1f9db1e352f44bf4e2bb7def581f705b853ca.tar.gz |
fixup remove the runtests temp hack againbagder/curl-version-tests
-rwxr-xr-x | tests/runtests.pl | 4 |
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); } |