1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

test: fix test executable name

Follow-up for 82a1d6d096.
This commit is contained in:
Yu Watanabe 2023-08-03 20:36:51 +09:00
parent e5cc6d107c
commit ff2dedcffd

View File

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