mirror of
https://github.com/uutils/coreutils.git
synced 2026-05-06 07:26:38 -04:00
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
This commit is contained in:
@@ -2,3 +2,8 @@ CONFIG_FEATURE_FANCY_HEAD=y
|
|||||||
CONFIG_UNICODE_SUPPORT=y
|
CONFIG_UNICODE_SUPPORT=y
|
||||||
CONFIG_DESKTOP=y
|
CONFIG_DESKTOP=y
|
||||||
CONFIG_LONG_OPTS=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
|
||||||
|
|||||||
@@ -3,6 +3,8 @@ aarch
|
|||||||
AIX
|
AIX
|
||||||
ASLR # address space layout randomization
|
ASLR # address space layout randomization
|
||||||
AST # abstract syntax tree
|
AST # abstract syntax tree
|
||||||
|
CATN # busybox cat -n feature flag
|
||||||
|
CATV # busybox cat -v feature flag
|
||||||
CICD # continuous integration/deployment
|
CICD # continuous integration/deployment
|
||||||
CPU
|
CPU
|
||||||
CPUs
|
CPUs
|
||||||
|
|||||||
Reference in New Issue
Block a user