test-network: fix path to test-ndisc-send

Follow-up for 9dcdf16b25.

Previously, test cases that use test-ndisc-send executable did not
tested in our mkosi CIs...
This commit is contained in:
Yu Watanabe
2026-05-20 23:44:49 +09:00
parent 2e1cf55dba
commit dece52443c

View File

@@ -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'))