Re: Test::User, Test::Symlink

2005-06-29 Thread Michael G Schwern
On Wed, Jun 29, 2005 at 09:00:05AM +0100, Clayton, Nik wrote: > > > homedir_ok() verifies that the home directory for the given > > > user exists, is owned/group owned by that user, and has a given > > > set of permissions. > > > > > > homedir_ok(name => nik, uid => 1000, gid => 1000, perm =>

RE: Test::User, Test::Symlink

2005-06-29 Thread Clayton, Nik
> On Tue, Jun 28, 2005 at 03:24:51PM +0100, Clayton, Nik wrote: > > user_ok(name => 'nik', uid => 1000, shell => '/bin/tcsh', > > 'Check nik\'s account'); > > My only thought is I would use a hash ref. > > user_ok( { name => 'nik', uid => 1000, shell => '/bin/tcsh' }, >

Re: Test::User, Test::Symlink

2005-06-28 Thread Michael G Schwern
On Tue, Jun 28, 2005 at 03:24:51PM +0100, Clayton, Nik wrote: > user_ok(name => 'nik', uid => 1000, shell => '/bin/tcsh', > 'Check nik\'s account'); My only thought is I would use a hash ref. user_ok( { name => 'nik', uid => 1000, shell => '/bin/tcsh' }, "