git://git.exim.org
/
users
/
heiko
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Testsuite: tidying
[users/heiko/exim.git]
/
test
/
aux-fixed
/
showenv
diff --git
a/test/aux-fixed/showenv
b/test/aux-fixed/showenv
index 5d9ef8f8a34e05ea47fb6b643cd31a8e83c197ea..fc377cc8b9af77d13b5e8c5714d825f2cd7bc238 100755
(executable)
--- a/
test/aux-fixed/showenv
+++ b/
test/aux-fixed/showenv
@@
-3,7
+3,7
@@
# This script outputs certain information about the environment, for use when
# testing pipe transports.
-name=`
whoami 2>/dev/null` || name=`who . . | awk '{print $1}'
`
+name=`
id -un
`
echo Test pipe script
echo Running as: $name