]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-network: fix path to test-ndisc-send 42218/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 20 May 2026 14:44:49 +0000 (23:44 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 20 May 2026 22:53:18 +0000 (07:53 +0900)
Follow-up for 9dcdf16b25545d942b872cc0abdbb7c9a6b5f9f1.

Previously, test cases that use test-ndisc-send executable did not
tested in our mkosi CIs...

test/test-network/systemd-networkd-tests.py

index 5f5967439d657c1f0cd6ab5ef2b625bd2b3124c5..05c11b6a4961de141c7746e977218b1be6fd79d7 100755 (executable)
@@ -11056,7 +11056,7 @@ if __name__ == '__main__':
     if build_dir:
         test_ndisc_send = os.path.normpath(os.path.join(build_dir, 'test-ndisc-send'))
     else:
-        test_ndisc_send = '/usr/lib/tests/test-ndisc-send'
+        test_ndisc_send = '/usr/lib/systemd/tests/unit-tests/manual/test-ndisc-send'
 
     if build_dir:
         test_modem_manager_mock = os.path.normpath(os.path.join(build_dir, 'test-modem-manager-mock'))