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...

(cherry picked from commit dece52443c)
This commit is contained in:
Yu Watanabe
2026-05-20 23:44:49 +09:00
committed by Zbigniew Jędrzejewski-Szmek
parent 1538b9505e
commit 44f512097b

View File

@@ -9723,7 +9723,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'))