diff options
Diffstat (limited to 'testenv/Test-auth-basic.py')
-rwxr-xr-x | testenv/Test-auth-basic.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/Test-auth-basic.py b/testenv/Test-auth-basic.py index b94faaa..eaead88 100755 --- a/testenv/Test-auth-basic.py +++ b/testenv/Test-auth-basic.py @@ -5,7 +5,7 @@ from misc.wget_file import WgetFile """ This test ensures Wget's Basic Authorization Negotiation. - Also, we ensure that Wget saves the host after a successfull auth and + Also, we ensure that Wget saves the host after a successful auth and doesn't wait for a challenge the second time. """ ############# File Definitions ############################################### |