]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: fix test executable name
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 3 Aug 2023 11:36:51 +0000 (20:36 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 3 Aug 2023 11:36:54 +0000 (20:36 +0900)
Follow-up for 82a1d6d09625b656c991f25e82b5651c74a55945.

src/shutdown/meson.build

index ca7ea3840d6a6fe70d328fa6d69d9644699d36a9..0b16c431b4385778b94626a33c44b09556a101df 100644 (file)
@@ -33,8 +33,8 @@ executables += [
 tests += [
         {
                 'sources' : files(
-                        'detach-swap.c',
                         'test-umount.c',
+                        'detach-swap.c',
                         'umount.c',
                 ),
                 'dependencies' : libmount,