]> git.ipfire.org Git - thirdparty/curl.git/commit
runtests.pl: add -L parameter to require additional perl libraries
authorFabian Keil <fk@fabiankeil.de>
Thu, 5 Jun 2014 10:56:36 +0000 (12:56 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 Feb 2021 23:28:28 +0000 (00:28 +0100)
commitb47ee58fb74cf3537e44aeb4876dfaf4a4b00ccb
tree16030352ebbcdf35724a66415b1d9dc7b8d038e1
parent4421359e7787712bd3c55933e8478d864f11a4cb
runtests.pl: add -L parameter to require additional perl libraries

This is useful to change the behaviour of the script without
having to modify the file itself, for example to use a custom
compareparts() function that ignores header differences that
are expected to occur when an external proxy is being used.

Such differences are proxy-specific and thus the modifications
should be maintained together with the proxy.
tests/data/Makefile.inc
tests/data/test1169 [new file with mode: 0644]
tests/runtests.pl