From: Darren Tucker Date: Thu, 13 Jan 2022 04:53:33 +0000 (+1100) Subject: Remove sort wrapper. X-Git-Tag: V_8_9_P1~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c171879374b2e8b07157503f5639ed0bce59ce89;p=thirdparty%2Fopenssh-portable.git Remove sort wrapper. agent-restrict now takes care of this itself. --- diff --git a/regress/test-exec.sh b/regress/test-exec.sh index 9bee33e20..361a06531 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