summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/meson.build1
-rwxr-xr-xtest/test-network/systemd-networkd-tests.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build
index 80a83813cb..b9992fae47 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 4b62a30c9c..f88878435c 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