diff options
Diffstat (limited to 'src/tests/client/meson.build')
| -rw-r--r-- | src/tests/client/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/client/meson.build b/src/tests/client/meson.build index 8c36e405..5686a1c1 100644 --- a/src/tests/client/meson.build +++ b/src/tests/client/meson.build @@ -6,7 +6,7 @@ test( args: [ build_root, source_root, - python.path(), + python_path, '--', 'TestNmcli', ], @@ -23,7 +23,7 @@ if enable_nm_cloud_setup args: [ build_root, source_root, - python.path(), + python_path, '--', 'TestNmCloudSetup', ], |