From 008284934c2f07ea335beec6086afd56a30d5829 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Sun, 19 Sep 2021 18:58:12 -0500
Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Case-insensitive=20tests=20list?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 buildroot/bin/mftest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildroot/bin/mftest b/buildroot/bin/mftest
index 7a55033e9eb..4ed1b9d9515 100755
--- a/buildroot/bin/mftest
+++ b/buildroot/bin/mftest
@@ -208,7 +208,7 @@ if [[ $TESTENV == '-' ]]; then
   NAMES=()
   MENU=()
   BIGLEN=0
-  for FILE in $( ls -1 $TESTPATH/* )
+  for FILE in $( ls -1 $TESTPATH/* | sort -f )
   do
     let IND++
     TNAME=${FILE/$TESTPATH\//}