summaryrefslogtreecommitdiff
path: root/t/op/pwent.t
Commit message (Expand)AuthorAgeFilesLines
* Silence an uninitialized value warning.James E Keenan2012-10-051-0/+2
* Avoid a "use of uninitialized value" warning from pwent.tNicholas Clark2011-09-271-0/+4
* Convert t/op/pwent.t to test.pl, strict and warnings.Nicholas Clark2011-03-131-109/+113
* C<not> should be C<!> in pwent.t, to fix a precedence bug.Nicholas Clark2011-03-131-2/+2
* In pwent.t, sanitise the logic for opening /etc/passwd, and calling skip_all()Nicholas Clark2011-03-131-17/+16
* Move pwent.t's test for NIS+ earlier, before the "fallback" of /etc/passwdNicholas Clark2011-03-121-3/+3
* In t/op/pwent.t, create try_prog() for the common 'try this command' logic.Nicholas Clark2011-03-121-35/+20
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* [perl #53500] op/pwent.t should use the DirectoryService on OS X Tom Wyant2008-05-181-0/+65
* Leopard has more standard /etc/passwd files than previousRafael Garcia-Suarez2007-10-291-1/+2
* add niscat (aka NIS 3, aka NIS +) to t/op/pwentPeter Prymmer2002-05-051-0/+12
* Be even more relaxed (re-allow having only one entry).Jarkko Hietaniemi2001-06-261-1/+1
* Relax the group and password tests back to moaning onlyJarkko Hietaniemi2001-06-241-1/+1
* The group (and assumedly passwd) databases can haveJarkko Hietaniemi2001-06-231-1/+7
* MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)Jarkko Hietaniemi2001-06-201-1/+1
* Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)Paul Schinder2001-04-051-2/+7
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-291-1/+1
* Do away with array context, from Daniel Chetlin <daniel@chetlin.com>Jarkko Hietaniemi2000-08-081-1/+1
* [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarilyMark Dickinson2000-08-041-1/+2
* Use setxxent()/endxxent().Jarkko Hietaniemi2000-05-021-2/+4
* Test both the scalar and list contexts.Jarkko Hietaniemi2000-05-021-2/+27
* cosmetic testsuite patchGraham Barr1999-07-281-1/+5
* Safeguard against unimplemented functions in pwuid.t and grent.tJan Dubois1999-05-291-0/+5
* more testsuite smarts (many of them courtesy Ilya)Gurusamy Sarathy1999-05-121-8/+11
* Handle NIS (and NetInfo) more robustly.Jarkko Hietaniemi1999-01-211-38/+73
* Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)Alan Champion1998-12-011-0/+1
* Mirror #2384.Jarkko Hietaniemi1998-11-291-1/+1
* Better NetInfo behaviour.Jarkko Hietaniemi1998-11-291-2/+2
* Passwd and group file groveling.Jarkko Hietaniemi1998-11-281-11/+38
* Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)Gerben Wierda1998-11-231-4/+3
* NeXTstep /etc/group and /etc/passwd are used only at boot time,Gerben Wierda1998-11-221-1/+5
* 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.tJarkko Hietaniemi1998-08-081-0/+59