summaryrefslogtreecommitdiff
path: root/test/aux-fixed
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2014-11-03 15:48:15 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2014-11-03 15:48:15 +0000
commit57cde6e41d1aba216301f33b33f22390fb34967b (patch)
tree9af64ede984f5b167f6e2f9bf5507bff35288474 /test/aux-fixed
parent42ec98804ba4473673997d013f03309dc3e1972d (diff)
Testsuite: tidying
Diffstat (limited to 'test/aux-fixed')
-rwxr-xr-xtest/aux-fixed/showenv4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/aux-fixed/showenv b/test/aux-fixed/showenv
index fc377cc8b..2d46eefb7 100755
--- a/test/aux-fixed/showenv
+++ b/test/aux-fixed/showenv
@@ -3,7 +3,9 @@
# This script outputs certain information about the environment, for use when
# testing pipe transports.
-name=`id -un`
+cmd=/usr/xpg4/bin/id
+[ -x $cmd ] || cmd=id
+name=`$cmd -un`
echo Test pipe script
echo Running as: $name