mirror of
https://github.com/mirror/wget.git
synced 2025-01-27 04:40:41 +08:00
Fix a typo in Test-Proto.py
This commit is contained in:
parent
31e5f33b5e
commit
82f44f303a
@ -1,3 +1,7 @@
|
||||
2014-03-13 Zihang Chen <chsc4698@gmail.com>
|
||||
|
||||
* Test-Proto.py: Fix a typo (line 71: server to servers).
|
||||
|
||||
2014-03-13 Zihang Chen <chsc4698@gmail.com>
|
||||
|
||||
* WgetTest.py: Move WgetFile to package misc.
|
||||
|
@ -68,7 +68,7 @@ err = HTTPTest (
|
||||
pre_hook=pre_test,
|
||||
test_params=test_options,
|
||||
post_hook=post_test,
|
||||
server=Servers
|
||||
servers=Servers
|
||||
).begin ()
|
||||
|
||||
exit (err)
|
||||
|
Loading…
Reference in New Issue
Block a user