Skip to content

Commit

Permalink
testsuite: drop setgroups unit test
Browse files Browse the repository at this point in the history
Problem: the diod server checks at runtime whether or not its supplemenatary
group switching strategy works with the kernel hosting the server, but we
also have a unit test that does the same on the build system.

It's a little pointless to test the build system.
Drop that test.
  • Loading branch information
garlick committed Jan 18, 2025
1 parent ca6a65e commit d864dfb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 252 deletions.
4 changes: 0 additions & 4 deletions src/libnpfs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ TESTS = \
test_fidpool.t \
test_capability.t \
test_setfsuid.t \
test_setgroups.t \
test_setreuid.t

check_PROGRAMS = $(TESTS)
Expand All @@ -71,8 +70,5 @@ test_capability_t_LDADD = $(test_ldadd)
test_setfsuid_t_SOURCES = test/setfsuid.c
test_setfsuid_t_LDADD = $(test_ldadd)

test_setgroups_t_SOURCES = test/setgroups.c
test_setgroups_t_LDADD = $(test_ldadd)

test_setreuid_t_SOURCES = test/setreuid.c
test_setreuid_t_LDADD = $(test_ldadd)
248 changes: 0 additions & 248 deletions src/libnpfs/test/setgroups.c

This file was deleted.

0 comments on commit d864dfb

Please sign in to comment.