From 66aea37a4b0f58bb16b6408757e16e2135bd0d24 Mon Sep 17 00:00:00 2001 From: Chris Dryden Date: Fri, 26 Dec 2025 03:24:54 -0500 Subject: [PATCH] Enable cat, sort, readlink and tr tests in busybox test suite (#9850) * Enable cat and sort tests in busybox test suite * Adding Tr and Readlink feature flags --- .busybox-config | 5 +++++ .vscode/cspell.dictionaries/acronyms+names.wordlist.txt | 2 ++ 2 files changed, 7 insertions(+) diff --git a/.busybox-config b/.busybox-config index e6921536f..8fcac97f1 100644 --- a/.busybox-config +++ b/.busybox-config @@ -2,3 +2,8 @@ CONFIG_FEATURE_FANCY_HEAD=y CONFIG_UNICODE_SUPPORT=y CONFIG_DESKTOP=y CONFIG_LONG_OPTS=y +CONFIG_FEATURE_SORT_BIG=y +CONFIG_FEATURE_CATV=y +CONFIG_FEATURE_CATN=y +CONFIG_FEATURE_TR_CLASSES=y +CONFIG_FEATURE_READLINK_FOLLOW=y diff --git a/.vscode/cspell.dictionaries/acronyms+names.wordlist.txt b/.vscode/cspell.dictionaries/acronyms+names.wordlist.txt index e611b5954..180111d3d 100644 --- a/.vscode/cspell.dictionaries/acronyms+names.wordlist.txt +++ b/.vscode/cspell.dictionaries/acronyms+names.wordlist.txt @@ -3,6 +3,8 @@ aarch AIX ASLR # address space layout randomization AST # abstract syntax tree +CATN # busybox cat -n feature flag +CATV # busybox cat -v feature flag CICD # continuous integration/deployment CPU CPUs