[openssh-commits] [openssh] 03/03: Remove sort wrapper.
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Jan 13 16:01:53 AEDT 2022
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit c171879374b2e8b07157503f5639ed0bce59ce89
Author: Darren Tucker <dtucker at dtucker.net>
Date: Thu Jan 13 15:53:33 2022 +1100
Remove sort wrapper.
agent-restrict now takes care of this itself.
---
regress/test-exec.sh | 6 ------
1 file changed, 6 deletions(-)
diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index 9bee33e2..361a0653 100644
--- a/regress/test-exec.sh
+++ b/regress/test-exec.sh
@@ -79,12 +79,6 @@ if test "x${EGREP}" != "x"; then
}
fi
-# Force sort to have stable output.
-sort()
-{
- env LC_ALL=C sort "$@"
-}
-
SRC=`dirname ${SCRIPT}`
# defaults
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list