]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Remove sort wrapper.
authorDarren Tucker <dtucker@dtucker.net>
Thu, 13 Jan 2022 04:53:33 +0000 (15:53 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 13 Jan 2022 05:01:41 +0000 (16:01 +1100)
agent-restrict now takes care of this itself.

regress/test-exec.sh

index 9bee33e20e78d37614ab5dbf69a367bc34aaa876..361a0653145e262908c860ff5445bff9cc3b704e 100644 (file)
@@ -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