tests: rename test-env-replace to test-env-util

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2016-03-21 16:17:18 -04:00
parent e31512b1c9
commit 93515caebf
3 changed files with 5 additions and 5 deletions

2
.gitignore vendored
View file

@ -182,7 +182,7 @@
/test-efi-disk.img /test-efi-disk.img
/test-ellipsize /test-ellipsize
/test-engine /test-engine
/test-env-replace /test-env-util
/test-escape /test-escape
/test-event /test-event
/test-execute /test-execute

View file

@ -1421,7 +1421,7 @@ tests += \
test-watchdog \ test-watchdog \
test-cgroup-mask \ test-cgroup-mask \
test-job-type \ test-job-type \
test-env-replace \ test-env-util \
test-strbuf \ test-strbuf \
test-strv \ test-strv \
test-path \ test-path \
@ -2197,10 +2197,10 @@ test_cgroup_util_SOURCES = \
test_cgroup_util_LDADD = \ test_cgroup_util_LDADD = \
libshared.la libshared.la
test_env_replace_SOURCES = \ test_env_util_SOURCES = \
src/test/test-env-replace.c src/test/test-env-util.c
test_env_replace_LDADD = \ test_env_util_LDADD = \
libshared.la libshared.la
test_strbuf_SOURCES = \ test_strbuf_SOURCES = \