]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Rename test-unit-file to test-load-fragment
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 8 Jul 2019 22:27:18 +0000 (00:27 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 19 Jul 2019 14:51:14 +0000 (16:51 +0200)
This file was testing a mix of functions from src/core/load-fragment.c and some
from src/shared/install.c. Let's name it more appropriately. I want to add
tests for the new unit-file.c too.

src/test/meson.build
src/test/test-load-fragment.c [moved from src/test/test-unit-file.c with 100% similarity]

index 22ae16eea538b73e8ad2b0cfa0ca765e1f5d8f90..ddc04dda65ebfeb14a3ecd5418cf264d56eff187 100644 (file)
@@ -148,7 +148,7 @@ tests += [
           libmount,
           libblkid]],
 
-        [['src/test/test-unit-file.c',
+        [['src/test/test-load-fragment.c',
           'src/test/test-helper.c'],
          [libcore,
           libshared],