Skip to content

Commit

Permalink
tests: rename test-env-replace to test-env-util
Browse files Browse the repository at this point in the history
  • Loading branch information
keszybz committed Mar 21, 2016
1 parent e31512b commit 93515ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
/test-efi-disk.img
/test-ellipsize
/test-engine
/test-env-replace
/test-env-util
/test-escape
/test-event
/test-execute
Expand Down
8 changes: 4 additions & 4 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 = \
Expand Down
File renamed without changes.

0 comments on commit 93515ca

Please sign in to comment.