summaryrefslogtreecommitdiff
path: root/testenv/Test-Head.py
diff options
context:
space:
mode:
Diffstat (limited to 'testenv/Test-Head.py')
-rwxr-xr-xtestenv/Test-Head.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/Test-Head.py b/testenv/Test-Head.py
index e3562529..77e5c575 100755
--- a/testenv/Test-Head.py
+++ b/testenv/Test-Head.py
@@ -13,7 +13,7 @@ File1 = "You shall not pass!"
A_File = WgetFile ("File1", File1)
-WGET_OPTIONS = "-d --method=HEAD"
+WGET_OPTIONS = "--method=HEAD"
WGET_URLS = [["File1"]]
Files = [[A_File]]