From: Zbigniew Jędrzejewski-Szmek Date: Mon, 21 Mar 2016 20:17:18 +0000 (-0400) Subject: tests: rename test-env-replace to test-env-util X-Git-Tag: v230~244^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=93515caebfaacaf14b34c114ef77a42310b4b89f;p=thirdparty%2Fsystemd.git tests: rename test-env-replace to test-env-util --- diff --git a/.gitignore b/.gitignore index dd887902ad1..0e1d428ab05 100644 --- a/.gitignore +++ b/.gitignore @@ -182,7 +182,7 @@ /test-efi-disk.img /test-ellipsize /test-engine -/test-env-replace +/test-env-util /test-escape /test-event /test-execute diff --git a/Makefile.am b/Makefile.am index c2a82a5a35e..350416af305 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 = \ diff --git a/src/test/test-env-replace.c b/src/test/test-env-util.c similarity index 100% rename from src/test/test-env-replace.c rename to src/test/test-env-util.c