]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-network: drop redundant call of tearDown()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 11 Dec 2023 18:16:49 +0000 (03:16 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 12 Dec 2023 14:51:10 +0000 (23:51 +0900)
test/test-network/systemd-networkd-tests.py

index 2bfed29af682e66ad060b5974ac6a5a5d1dd0754..7d2e7b409c92f80dead439a1262bf3cc41c2ad80 100755 (executable)
@@ -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]: