mirror of
https://github.com/systemd/systemd.git
synced 2025-03-23 10:50:16 +03:00
tests: rename test-env-replace to test-env-util
This commit is contained in:
parent
e31512b1c9
commit
93515caebf
2
.gitignore
vendored
2
.gitignore
vendored
@ -182,7 +182,7 @@
|
||||
/test-efi-disk.img
|
||||
/test-ellipsize
|
||||
/test-engine
|
||||
/test-env-replace
|
||||
/test-env-util
|
||||
/test-escape
|
||||
/test-event
|
||||
/test-execute
|
||||
|
@ -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 = \
|
||||
|
Loading…
x
Reference in New Issue
Block a user