junest/tests
Filippo Squillace 6568430add Mitigate user missing from getent enumeration
Sometimes `getent passwd` does not give the user information.
This change tries to at least get the current user via
`getent passwd $USER` since it uses
a more reliable and faster system call (getpwnam(3)).

Reference:
be748493a3
2016-11-27 12:49:09 +00:00
..
integ-tests Update travis 2016-05-30 23:01:28 +01:00
unit-tests Mitigate user missing from getent enumeration 2016-11-27 12:49:09 +00:00