Testsuite: tidying
[exim.git] / test / aux-fixed / showenv
index a49833adab3d9d0e201eeae3a2cea405c8a3c6fd..fc377cc8b9af77d13b5e8c5714d825f2cd7bc238 100755 (executable)
@@ -3,8 +3,10 @@
 # This script outputs certain information about the environment, for use when
 # testing pipe transports.
 
+name=`id -un`
+
 echo Test pipe script
-echo Running as: `whoami`
+echo Running as: $name
 echo ------------------
 echo Args:
 while [ "$1" != "" ]; do