diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 605649b..07005b8 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -603,8 +603,8 @@ config CONFIG_TEST default n help test is used to check file types and compare values, - returning an appropriate exit code. The shells (ash - and bash) have test builtin. + returning an appropriate exit code. The bash shell + has test built in, ash can build it in optionally. config CONFIG_FEATURE_TEST_64 bool "Extend test to 64 bit" |