X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/9ba4af2b76958e076a0c002e53ead87ed7a47a68..b9c5223b77400cec8c44a8972a238f9cde82f0fc:/test/aux-fixed/showenv diff --git a/test/aux-fixed/showenv b/test/aux-fixed/showenv index a49833ada..5d9ef8f8a 100755 --- a/test/aux-fixed/showenv +++ b/test/aux-fixed/showenv @@ -3,8 +3,10 @@ # This script outputs certain information about the environment, for use when # testing pipe transports. +name=`whoami 2>/dev/null` || name=`who . . | awk '{print $1}'` + echo Test pipe script -echo Running as: `whoami` +echo Running as: $name echo ------------------ echo Args: while [ "$1" != "" ]; do