GNOME Bugzilla – Bug 578609
LDTP should use LOGNAME instead of (or in addition to) USER
Last modified: 2009-04-10 15:10:10 UTC
I might be wrong about this, but I believe the $LOGNAME environment variable tends to be more guaranteed to be present than $USER. As a result, on systems where $USER is not present, LDTP can fail.
Created attachment 132468 [details] [review] Patch to replace USER with LOGNAME I *think* this patch catches all the USER uses and replaces them with LOGNAME.
Thanks for the patch. Commited in git.