build/meson: fix test name for "test-dispatcher-envp"

This commit is contained in:
Thomas Haller 2021-03-10 17:16:18 +01:00
parent 2b37659c62
commit e08a0a3a68
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -20,7 +20,7 @@ exe = executable(
)
test(
'src/nm-ddispatcher/test/test-dispatcher-envp',
'src/nm-dispatcher/tests/test-dispatcher-envp',
test_script,
args: test_args + [exe.full_path()],
)