summaryrefslogtreecommitdiff
path: root/testenv/Test-O.py
diff options
context:
space:
mode:
Diffstat (limited to 'testenv/Test-O.py')
-rwxr-xr-xtestenv/Test-O.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/testenv/Test-O.py b/testenv/Test-O.py
index 90cb146..f93e118 100755
--- a/testenv/Test-O.py
+++ b/testenv/Test-O.py
@@ -7,7 +7,6 @@ from misc.wget_file import WgetFile
This test ensures that Wget correctly handles the -O command for output
filenames.
"""
-TEST_NAME = "Output Filename Command"
############# File Definitions ###############################################
File1 = "Test Contents."
@@ -36,7 +35,6 @@ post_test = {
}
err = HTTPTest (
- name=TEST_NAME,
pre_hook=pre_test,
test_params=test_options,
post_hook=post_test