X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/9ba4af2b76958e076a0c002e53ead87ed7a47a68..8d3bb6f58c24666b105820044fdaa4dff49dd661:/test/aux-fixed/showenv diff --git a/test/aux-fixed/showenv b/test/aux-fixed/showenv index a49833ada..2d46eefb7 100755 --- a/test/aux-fixed/showenv +++ b/test/aux-fixed/showenv @@ -3,8 +3,12 @@ # This script outputs certain information about the environment, for use when # testing pipe transports. +cmd=/usr/xpg4/bin/id +[ -x $cmd ] || cmd=id +name=`$cmd -un` + echo Test pipe script -echo Running as: `whoami` +echo Running as: $name echo ------------------ echo Args: while [ "$1" != "" ]; do