X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Faux-fixed%2Fshowenv;h=2d46eefb77a83fe607beea9694bd9073ceca61af;hb=314db5bae8fbce6bf72f37096dc3a042696e8448;hp=fc377cc8b9af77d13b5e8c5714d825f2cd7bc238;hpb=42ec98804ba4473673997d013f03309dc3e1972d;p=user%2Fhenk%2Fcode%2Fexim.git 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