diff options
author | Darren Tucker <dtucker@dtucker.net> | 2024-03-25 04:05:40 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2024-03-25 04:05:40 +0100 |
commit | 2d7964a03e1f50a48040ec6912c0a956df909d21 (patch) | |
tree | 488b4f081f82bfa1fa1d86783219ef898a7757e3 /regress/percent.sh | |
parent | Update branches shown on ci-status to 9.7 and 9.6. (diff) | |
download | openssh-2d7964a03e1f50a48040ec6912c0a956df909d21.tar.xz openssh-2d7964a03e1f50a48040ec6912c0a956df909d21.zip |
Move xpg4 'id' handling into test-exec.sh.
Handle replacement of 'id' the same way as we do other Portable specific
replacements in test-exec.sh. This brings percent.sh back into sync
with upstream.
Diffstat (limited to 'regress/percent.sh')
-rw-r--r-- | regress/percent.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/regress/percent.sh b/regress/percent.sh index 44561d413..354854f97 100644 --- a/regress/percent.sh +++ b/regress/percent.sh @@ -3,11 +3,6 @@ tid="percent expansions" -if [ -x "/usr/xpg4/bin/id" ]; then - PATH=/usr/xpg4/bin:$PATH - export PATH -fi - USER=`id -u -n` USERID=`id -u` HOST=`hostname | cut -f1 -d.` |