Skip to content

Commit

Permalink
🔨 Case-insensitive tests list
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Oct 3, 2021
1 parent be8e826 commit 5a54ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot/bin/mftest
Original file line number Diff line number Diff line change
Expand Up @@ -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\//}
Expand Down

0 comments on commit 5a54ba8

Please sign in to comment.