mirror of
https://gitlab.com/gnuwget/wget.git
synced 2025-08-06 11:06:37 +00:00
Fix python test suite for GnuTLS 3.5.12+
* testenv/Test-*.py: Replace 127.0.0.1 by localhost * testenv/certs/server-template.cfg: Likewise * testenv/certs/server-cert.pem: Regenerate * testenv/certs/server-crl.pem: Likewise * testenv/test/base_test.py: Hardcode 'localhost' as server domain Reported-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
@ -30,7 +30,7 @@ File2_rules = {
|
||||
}
|
||||
}
|
||||
|
||||
Netrc = "machine 127.0.0.1\n\tlogin {0}\n\tpassword {1}".format(User, Password)
|
||||
Netrc = "machine localhost\n\tlogin {0}\n\tpassword {1}".format(User, Password)
|
||||
|
||||
A_File = WgetFile ("File1", File1, rules=File1_rules)
|
||||
B_File = WgetFile ("File2", File2, rules=File2_rules)
|
||||
|
Reference in New Issue
Block a user