diff options
Diffstat (limited to 'testenv/Test-Head.py')
-rwxr-xr-x | testenv/Test-Head.py | 2 |
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]] |