diff options
Diffstat (limited to 'testenv/Test-auth-digest.py')
-rwxr-xr-x | testenv/Test-auth-digest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/Test-auth-digest.py b/testenv/Test-auth-digest.py index f6d28c7c..8a73c0d5 100755 --- a/testenv/Test-auth-digest.py +++ b/testenv/Test-auth-digest.py @@ -19,7 +19,7 @@ File1_rules = { } A_File = WgetFile ("File1", File1, rules=File1_rules) -WGET_OPTIONS = "-d --user=Pacman --password=Omnomnom" +WGET_OPTIONS = "--user=Pacman --password=Omnomnom" WGET_URLS = [["File1"]] Files = [[A_File]] |