mirror of
https://github.com/fsquillace/junest.git
synced 2026-01-24 02:55:36 +00:00
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:
|
||
|---|---|---|
| .. | ||
| shunit2 | ||
| test-cli.sh | ||
| test-core.sh | ||
| test-utils.sh | ||
| unit-tests.sh | ||
| utils.sh | ||