summaryrefslogtreecommitdiff
path: root/testenv/Test-c-full.py
diff options
context:
space:
mode:
Diffstat (limited to 'testenv/Test-c-full.py')
-rwxr-xr-xtestenv/Test-c-full.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/Test-c-full.py b/testenv/Test-c-full.py
index 3cdcd768..6dc3f5e2 100755
--- a/testenv/Test-c-full.py
+++ b/testenv/Test-c-full.py
@@ -20,7 +20,7 @@ D_File = WgetFile ("File2", File2)
E_File = WgetFile ("File3", File1)
-WGET_OPTIONS = "-d -c"
+WGET_OPTIONS = "-c"
WGET_URLS = [["File1", "File2", "File3"]]
Files = [[A_File, C_File, E_File]]