summaryrefslogtreecommitdiff
path: root/testenv/Test-auth-no-challenge-url.py
diff options
context:
space:
mode:
Diffstat (limited to 'testenv/Test-auth-no-challenge-url.py')
-rwxr-xr-xtestenv/Test-auth-no-challenge-url.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/Test-auth-no-challenge-url.py b/testenv/Test-auth-no-challenge-url.py
index c39ebaa9..9e062600 100755
--- a/testenv/Test-auth-no-challenge-url.py
+++ b/testenv/Test-auth-no-challenge-url.py
@@ -23,7 +23,7 @@ File1_rules = {
}
A_File = WgetFile ("File1", File1, rules=File1_rules)
-WGET_OPTIONS = "-d --auth-no-challenge http://Pacman:Omnomnom@localhost:{{port}}/File1"
+WGET_OPTIONS = "--auth-no-challenge http://Pacman:Omnomnom@localhost:{{port}}/File1"
WGET_URLS = [[]]
Files = [[A_File]]