]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-network: drop unused variable
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 20 May 2019 22:36:42 +0000 (07:36 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 22 May 2019 08:58:46 +0000 (17:58 +0900)
test/test-network/systemd-networkd-tests.py

index f7b6478a994a018c73705560489e4ebb07c2fd82..63d5cfd98ee012ef888fde00610f16cd47ef2447 100755 (executable)
@@ -1622,7 +1622,6 @@ class NetworkdNetWorkBondTests(unittest.TestCase, Utilities):
         self.check_operstate('dummy98', 'off')
         self.check_operstate('test1', 'off')
 
-        bond_has_no_carrier=False
         for trial in range(30):
             if trial > 0:
                 time.sleep(1)