From: Yu Watanabe Date: Thu, 3 Aug 2023 11:36:51 +0000 (+0900) Subject: test: fix test executable name X-Git-Tag: v255-rc1~832^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff2dedcffd178ac94b45d78c62f7c4e8c5e782db;p=thirdparty%2Fsystemd.git test: fix test executable name Follow-up for 82a1d6d09625b656c991f25e82b5651c74a55945. --- diff --git a/src/shutdown/meson.build b/src/shutdown/meson.build index ca7ea3840d6..0b16c431b43 100644 --- a/src/shutdown/meson.build +++ b/src/shutdown/meson.build @@ -33,8 +33,8 @@ executables += [ tests += [ { 'sources' : files( - 'detach-swap.c', 'test-umount.c', + 'detach-swap.c', 'umount.c', ), 'dependencies' : libmount,