From 5a54ba8316357c8bc4233bede1b29d5f62521fd0 Mon Sep 17 00:00:00 2001 From: Scott Lahteine 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 7a55033e9e..4ed1b9d951 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\//}