diff --git a/test/meson.build b/test/meson.build index 80a83813cb4..b9992fae475 100644 --- a/test/meson.build +++ b/test/meson.build @@ -10,6 +10,7 @@ if install_tests 'test-path', 'test-path-util', 'test-umount', + 'test-network', 'test-network-generator-conversion', 'testsuite-03.units', 'testsuite-04.units', diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py index 4b62a30c9c4..f88878435cc 100755 --- a/test/test-network/systemd-networkd-tests.py +++ b/test/test-network/systemd-networkd-tests.py @@ -6,7 +6,7 @@ # systemd-networkd tests # These tests can be executed in the systemd mkosi image when booted in QEMU. After booting the QEMU VM, -# simply run this file which can be found in the VM at /root/src/test/test-network/systemd-networkd-tests.py. +# simply run this file which can be found in the VM at /usr/lib/systemd/tests/testdata/test-network/systemd-networkd-tests.py. import argparse import errno