From: Yu Watanabe Date: Mon, 11 Dec 2023 18:16:49 +0000 (+0900) Subject: test-network: drop redundant call of tearDown() X-Git-Tag: v256-rc1~1502^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77633317cea4f0e3aa0ab674be47b2f3dc019615;p=thirdparty%2Fsystemd.git test-network: drop redundant call of tearDown() --- diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py index 2bfed29af68..7d2e7b409c9 100755 --- a/test/test-network/systemd-networkd-tests.py +++ b/test/test-network/systemd-networkd-tests.py @@ -3284,8 +3284,6 @@ class NetworkdNetworkTests(unittest.TestCase, Utilities): print(output) self.assertEqual(output, '') - self.tearDown() - def test_route_static(self): first = True for manage_foreign_routes in [True, False]: