From 8ccfb376f34a66dfc591e8ffa0307810f588937c Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 26 Jun 2012 19:56:47 +1200 Subject: Remove -T and -U command-line options. They're redundant convenience options, and we need more space. --- test/test_cmdline.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'test') diff --git a/test/test_cmdline.py b/test/test_cmdline.py index 45c0b3e6..cc1abfa2 100644 --- a/test/test_cmdline.py +++ b/test/test_cmdline.py @@ -41,14 +41,6 @@ def test_common(): assert cmdline.get_common_options(opts) - opts.stickycookie_all = True - opts.stickyauth_all = True - v = cmdline.get_common_options(opts) - assert v["stickycookie"] == ".*" - assert v["stickyauth"] == ".*" - - opts.stickycookie_all = False - opts.stickyauth_all = False opts.stickycookie_filt = "foo" opts.stickyauth_filt = "foo" v = cmdline.get_common_options(opts) -- cgit v1.2.3