From c171879374b2e8b07157503f5639ed0bce59ce89 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Thu, 13 Jan 2022 15:53:33 +1100 Subject: [PATCH] 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 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