From: Yu Watanabe Date: Wed, 20 May 2026 14:44:49 +0000 (+0900) Subject: test-network: fix path to test-ndisc-send X-Git-Tag: v261-rc1~45^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dece52443cf2dab9fa6cb47a1102086997b6fc4a;p=thirdparty%2Fsystemd.git test-network: fix path to test-ndisc-send Follow-up for 9dcdf16b25545d942b872cc0abdbb7c9a6b5f9f1. Previously, test cases that use test-ndisc-send executable did not tested in our mkosi CIs... --- diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py index 5f5967439d6..05c11b6a496 100755 --- a/test/test-network/systemd-networkd-tests.py +++ b/test/test-network/systemd-networkd-tests.py @@ -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'))