summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-03-10 17:16:18 +0100
committerThomas Haller <thaller@redhat.com>2021-03-15 17:10:52 +0100
commite08a0a3a68b31efc714040ef026534a48d0b0d45 (patch)
treeab2316bba87d59adc5b498822957fc11f0bf5de8
parent2b37659c62af5b4939531f78ca8df8f0b7e450dc (diff)
downloadNetworkManager-e08a0a3a68b31efc714040ef026534a48d0b0d45.tar.gz
build/meson: fix test name for "test-dispatcher-envp"
-rw-r--r--src/nm-dispatcher/tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-dispatcher/tests/meson.build b/src/nm-dispatcher/tests/meson.build
index ea60c7a2b0..ac96ef92cd 100644
--- a/src/nm-dispatcher/tests/meson.build
+++ b/src/nm-dispatcher/tests/meson.build
@@ -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()],
)