On Fri, Jul 31, 2009 at 1:44 AM, Garrett Cooper<[email protected]> wrote: > Looks like someone removed the source file but forgot to remove the > reference to it in the ltplite runtest file. This fixes that. > > Signed-off-by: Garrett Cooper <[email protected]> > > Index: runtest/ltplite > =================================================================== > RCS file: /cvsroot/ltp/ltp/runtest/ltplite,v > retrieving revision 1.20.2.1 > diff -u -r1.20.2.1 ltplite > --- runtest/ltplite 27 Jul 2009 00:21:16 -0000 1.20.2.1 > +++ runtest/ltplite 31 Jul 2009 08:43:22 -0000 > @@ -287,7 +287,6 @@ > geteuid01 geteuid01 > > getgid01 getgid01 > -getgid02 getgid02 > getgid03 getgid03 > > getgroups01 getgroups01 >
And it appears that I missed some spots... This removes _all_ references to getgid02 from _all_ of the runtest files: Signed-off-by: Garrett Cooper <[email protected]> Index: runtest/ltplite =================================================================== RCS file: /cvsroot/ltp/ltp/runtest/ltplite,v retrieving revision 1.20.2.1 diff -u -r1.20.2.1 ltplite --- runtest/ltplite 27 Jul 2009 00:21:16 -0000 1.20.2.1 +++ runtest/ltplite 31 Jul 2009 08:46:55 -0000 @@ -287,7 +287,6 @@ geteuid01 geteuid01 getgid01 getgid01 -getgid02 getgid02 getgid03 getgid03 getgroups01 getgroups01 Index: runtest/stress.part3 =================================================================== RCS file: /cvsroot/ltp/ltp/runtest/stress.part3,v retrieving revision 1.65 diff -u -r1.65 stress.part3 --- runtest/stress.part3 27 May 2009 13:36:35 -0000 1.65 +++ runtest/stress.part3 31 Jul 2009 08:46:55 -0000 @@ -226,7 +226,6 @@ geteuid01 geteuid01 getgid01 getgid01 -getgid02 getgid02 getgid03 getgid03 getgroups01 getgroups01 Index: runtest/syscalls =================================================================== RCS file: /cvsroot/ltp/ltp/runtest/syscalls,v retrieving revision 1.297 diff -u -r1.297 syscalls --- runtest/syscalls 6 Jul 2009 14:42:40 -0000 1.297 +++ runtest/syscalls 31 Jul 2009 08:46:55 -0000 @@ -344,8 +344,6 @@ getgid01 getgid01 getgid01_16 getgid01_16 -# getgid02 is moved to getegid. -# getgid02 getgid02 getgid03 getgid03 getgid03_16 getgid03_16 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
