diff options
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py index cb5f125..f587429 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -3183,7 +3183,6 @@ recommended as it is not supported on some platforms''') self.installdir = initial_builddir self.builddir = initial_installdir - def test_conflicting_d_dash_option(self): testdir = os.path.join(self.unit_test_dir, '37 mixed command line args') with self.assertRaises(subprocess.CalledProcessError) as e: |