test75: Remove precheck test

This has not been needed since commit 9fa42bed and often prevents it
from running at all with dynamic test ports.
This commit is contained in:
Dan Fandrich 2020-04-30 16:56:59 +02:00
parent 5f5a7b478a
commit 49bbc4f09b
3 changed files with 1 additions and 40 deletions

View file

@ -27,11 +27,6 @@ HTTP, urlglob retrieval with bad range
<command option="no-output">
"http://a-site-never-accessed.example.org/[2-1]" -o "log/weee#1.dump" --stderr -
</command>
# The error message on stdout implicitly depends on the length of the
# URL, so refuse to run if the length is unexpected.
<precheck>
perl %SRCDIR/libtest/test75.pl http://%HOSTIP:%NOLISTENPORT/ 22
</precheck>
</client>
#