From 552cf2fc3165407cda3aa3146bd2b57c9beccb36 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 11 Jul 2023 00:00:16 +0200 Subject: Add some dynamic tests for unistd.h --- tests/test_getgroups.c | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 tests/test_getgroups.c (limited to 'tests/test_getgroups.c') diff --git a/tests/test_getgroups.c b/tests/test_getgroups.c deleted file mode 100644 index 954654a..0000000 --- a/tests/test_getgroups.c +++ /dev/null @@ -1,16 +0,0 @@ -#include "common.h" - -#include - -int main(int argc, char** argv) { - gid_t list[12] = {0}; - - getgroups(10, list); - - CHK_FAIL_START - getgroups(14, list); - CHK_FAIL_END - - puts((const char*)list); - return ret; -} -- cgit v1.3