Signed-off-by: Stanislav Kholmanskikh <[email protected]> --- 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; -- 1.7.1 ------------------------------------------------------------------------------ LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
