Skip to content

Commit 5dddf87

Browse files
committed
Refactor: libcrmcommon: Move pcmk__is_user_in_group_test.c to utils
It's in utils.c, not acl.c. Signed-off-by: Reid Wahl <nrwahl@protonmail.com>
1 parent d761d8f commit 5dddf87

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/common/tests/acl/Makefile.am

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ include $(top_srcdir)/mk/unittest.mk
1313

1414
# Add "_test" to the end of all test program names to simplify .gitignore.
1515

16-
check_PROGRAMS = pcmk__acl_required_test \
17-
pcmk__is_user_in_group_test
16+
check_PROGRAMS = pcmk__acl_required_test
1817

1918
TESTS = $(check_PROGRAMS)

lib/common/tests/utils/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ check_PROGRAMS = pcmk__compare_versions_test \
1717
pcmk__fail_attr_name_test \
1818
pcmk__failcount_name_test \
1919
pcmk__getpid_s_test \
20+
pcmk__is_user_in_group_test \
2021
pcmk__lastfailure_name_test \
2122
pcmk__lookup_user_test \
2223
pcmk__realloc_test \
File renamed without changes.

0 commit comments

Comments
 (0)