tst-getpw: Rewrite.
authorCarlos O'Donell <carlos@systemhalted.org>
Wed, 21 Jan 2015 15:08:18 +0000 (10:08 -0500)
committerCarlos O'Donell <carlos@systemhalted.org>
Wed, 21 Jan 2015 15:08:18 +0000 (10:08 -0500)
commit0897c551c0a098020f145885de06a5c10e5cc96b
tree6d5ef095474ab98f679e5adce85b6e6fec60c4cc
parent86bba162b5732a33387ac6706bb2f25f8c966325
tst-getpw: Rewrite.

The test is rewritten to look for the testable conditions and
exit once they are all detected. This prevents the test from
iterating over 2000 UIDs and looking up each one. It speeds up
the test and prevents it from failing if the system under test
has an NSS-based passwd that is slower than the test timeout.

See:
https://sourceware.org/ml/libc-alpha/2015-01/msg00394.html
ChangeLog
pwd/tst-getpw.c