We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not ok 4 - OSInfoGet - returned User
Looks like Kernel::System::Environment::OSInfoGet() relies solely on the env vars USER and USERNAME. This can be improved. See https://stackoverflow.com/questions/3526420/how-do-i-get-the-current-user-in-perl-in-a-portable-way.
Kernel::System::Environment::OSInfoGet()
The text was updated successfully, but these errors were encountered:
Issue #354: also try getlogin() and getpwent()
e88daaa
Issue #354: actually report the retrieved values
8723531
Enhanced the user detection. Also print out the actual settings in Environment.t. Closing
Sorry, something went wrong.
bschmalhofer
No branches or pull requests
not ok 4 - OSInfoGet - returned User
Looks like
Kernel::System::Environment::OSInfoGet()
relies solely on the env vars USER and USERNAME. This can be improved. See https://stackoverflow.com/questions/3526420/how-do-i-get-the-current-user-in-perl-in-a-portable-way.The text was updated successfully, but these errors were encountered: