On Fri, Aug 01, 2008 at 09:54:10AM -0500, Tom Mueller wrote: > Brad, > I like this basic structure. The pkg5testutils.py file uses methods > that are not available on Windows (os.getuid, os.seteuid). For Windows, > this could be written so that it doesn't try to do any UID changing - it > just calls portable.is_admin and then runs what it can. > > Tom
Noted, I'll switch those to using portable.is_admin(). Thanks for reviewing. Thanks, Brad _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
