summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/sbin/RunTestUtils.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/RunTestUtils.pl b/lib/sbin/RunTestUtils.pl
index 38945818..c6063eb8 100644
--- a/lib/sbin/RunTestUtils.pl
+++ b/lib/sbin/RunTestUtils.pl
@@ -798,7 +798,7 @@ sub WriteFullResults
push (@summary, " Time -> $date");
push (@summary, " Host -> $hostname");
- push (@summary, " User -> ".getlogin());
+ push (@summary, " User -> ".getpwuid($<));
push (@summary, '');
push (@summary, " Total available tests -> $total");