From 61f92b326da0efea1cf4d3c263ef0e0b7cacfc25 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 5 Jul 2018 00:15:44 +0100 Subject: test suite: Always pass LC_COLLATE=C to sort(1). Specifically, by replacing every invocation of sort with the new function t-sort. The one case where we already took care of this, we change LC_ALL to LC_COLLATE, which should be sufficient. Closes:#903006. Signed-off-by: Ian Jackson --- tests/tests/manpages-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tests/manpages-format') diff --git a/tests/tests/manpages-format b/tests/tests/manpages-format index 3f3362b..7ba2f9d 100755 --- a/tests/tests/manpages-format +++ b/tests/tests/manpages-format @@ -7,7 +7,7 @@ t-dependencies man-db make groff git-debrebase cd $root -printenv |grep MAKE ||: |sort +printenv |grep MAKE ||: |t-sort manpages=$(MAKEFLAGS= MAKELEVEL= make list-manpages) export MANWIDTH=80 -- cgit v1.2.3