From: Cyril H. <su...@li...> - 2013-09-17 11:51:14
|
The branch, master, has been updated via 15f7303b0e7c6fba634208745b9b7d49c24567c8 (commit) from 0e7a99b5316fdefc8fb8df77e7d0e2abff7511ac (commit) - Log ----------------------------------------------------------------- commit 15f7303b0e7c6fba634208745b9b7d49c24567c8 Author: Stanislav Kholmanskikh <sta...@or...> Date: Tue Sep 17 14:55:01 2013 +0400 syscalls/getgroups: use TCID_DEFINE Signed-off-by: Stanislav Kholmanskikh <sta...@or...> ----------------------------------------------------------------------- Summary of changes: testcases/kernel/syscalls/getgroups/getgroups01.c | 2 +- testcases/kernel/syscalls/getgroups/getgroups03.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testcases/kernel/syscalls/getgroups/getgroups01.c b/testcases/kernel/syscalls/getgroups/getgroups01.c index f319ebf..bbb6409 100644 --- a/testcases/kernel/syscalls/getgroups/getgroups01.c +++ b/testcases/kernel/syscalls/getgroups/getgroups01.c @@ -60,7 +60,7 @@ static void setup(void); static void cleanup(void); -char *TCID = "getgroups01"; +TCID_DEFINE(getgroups01); int TST_TOTAL = 4; static GID_T gidset[NGROUPS]; diff --git a/testcases/kernel/syscalls/getgroups/getgroups03.c b/testcases/kernel/syscalls/getgroups/getgroups03.c index 5e46792..e1f879d 100644 --- a/testcases/kernel/syscalls/getgroups/getgroups03.c +++ b/testcases/kernel/syscalls/getgroups/getgroups03.c @@ -45,7 +45,7 @@ #define TESTUSER "root" -char *TCID = "getgroups03"; +TCID_DEFINE(getgroups03); int TST_TOTAL = 1; static int ngroups; hooks/post-receive -- ltp |