summaryrefslogtreecommitdiff
path: root/www-servers/tornado/files/4.4.1-options-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www-servers/tornado/files/4.4.1-options-test.patch')
-rw-r--r--www-servers/tornado/files/4.4.1-options-test.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/www-servers/tornado/files/4.4.1-options-test.patch b/www-servers/tornado/files/4.4.1-options-test.patch
deleted file mode 100644
index 480362647717..000000000000
--- a/www-servers/tornado/files/4.4.1-options-test.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/tornado/test/options_test.py b/tornado/test/options_test.py
-index f7b215c..c050cb6 100644
---- a/tornado/test/options_test.py
-+++ b/tornado/test/options_test.py
-@@ -36,7 +36,7 @@ class OptionsTest(unittest.TestCase):
- options.define("port", default=80)
- options.define("username", default='foo')
- options.define("my_path")
-- config_path = os.path.join(os.path.dirname(__file__),
-+ config_path = os.path.join(os.path.dirname(os.path.abspath(__file__)),
- "options_test.cfg")
- options.parse_config_file(config_path)
- self.assertEqual(options.port, 443)