summaryrefslogtreecommitdiff
path: root/test/aux-fixed
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2014-11-01 11:37:36 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2014-11-01 11:37:36 +0000
commit42ec98804ba4473673997d013f03309dc3e1972d (patch)
treefdff15c0a8a05ff1d1a3e2b6260f04e3fae187bb /test/aux-fixed
parentc1cc0506c3069a9d93d71321f9578150662ede91 (diff)
Testsuite: tidying
Diffstat (limited to 'test/aux-fixed')
-rwxr-xr-xtest/aux-fixed/showenv2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aux-fixed/showenv b/test/aux-fixed/showenv
index 5d9ef8f8a..fc377cc8b 100755
--- 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