summaryrefslogtreecommitdiff
path: root/testenv/Test-reserved-chars.py
diff options
context:
space:
mode:
Diffstat (limited to 'testenv/Test-reserved-chars.py')
-rwxr-xr-xtestenv/Test-reserved-chars.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/testenv/Test-reserved-chars.py b/testenv/Test-reserved-chars.py
index e5d33d0..fb617f5 100755
--- a/testenv/Test-reserved-chars.py
+++ b/testenv/Test-reserved-chars.py
@@ -11,7 +11,6 @@ This test ensures that Wget keeps reserved characters in URLs in non-UTF-8 chars
# so we need to set LC_ALL="C" in order to reproduce it.
environ["LC_ALL"] = "C"
-TEST_NAME = "URLs with reserved characters"
######### File Definitions #########
RequestList = [
[
@@ -50,7 +49,6 @@ post_test = {
}
err = HTTPTest (
- name=TEST_NAME,
pre_hook=pre_test,
test_params=test_options,
post_hook=post_test