]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tests: rename test-env-replace to test-env-util
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 21 Mar 2016 20:17:18 +0000 (16:17 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 21 Mar 2016 20:17:18 +0000 (16:17 -0400)
.gitignore
Makefile.am
src/test/test-env-util.c [moved from src/test/test-env-replace.c with 100% similarity]

index dd887902ad11f0fd65e227e63ba7e43bd410d201..0e1d428ab05ad3d31e3d229dad05d5447f21b330 100644 (file)
 /test-efi-disk.img
 /test-ellipsize
 /test-engine
-/test-env-replace
+/test-env-util
 /test-escape
 /test-event
 /test-execute
index c2a82a5a35e7a14f02951c35e2e0c8f23b41366b..350416af305cc2f77cd5ab623fb3690a02e43308 100644 (file)
@@ -1421,7 +1421,7 @@ tests += \
        test-watchdog \
        test-cgroup-mask \
        test-job-type \
-       test-env-replace \
+       test-env-util \
        test-strbuf \
        test-strv \
        test-path \
@@ -2197,10 +2197,10 @@ test_cgroup_util_SOURCES = \
 test_cgroup_util_LDADD = \
        libshared.la
 
-test_env_replace_SOURCES = \
-       src/test/test-env-replace.c
+test_env_util_SOURCES = \
+       src/test/test-env-util.c
 
-test_env_replace_LDADD = \
+test_env_util_LDADD = \
        libshared.la
 
 test_strbuf_SOURCES = \