aboutsummaryrefslogtreecommitdiff
path: root/coreutils/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/test.c')
-rw-r--r--coreutils/test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/test.c b/coreutils/test.c
index cc4a132a7..70eac5f6c 100644
--- a/coreutils/test.c
+++ b/coreutils/test.c
@@ -26,7 +26,7 @@
26 26
27//config:config TEST 27//config:config TEST
28//config: bool "test" 28//config: bool "test"
29//config: default n 29//config: default y
30//config: help 30//config: help
31//config: test is used to check file types and compare values, 31//config: test is used to check file types and compare values,
32//config: returning an appropriate exit code. The bash shell 32//config: returning an appropriate exit code. The bash shell
@@ -34,7 +34,7 @@
34//config: 34//config:
35//config:config FEATURE_TEST_64 35//config:config FEATURE_TEST_64
36//config: bool "Extend test to 64 bit" 36//config: bool "Extend test to 64 bit"
37//config: default n 37//config: default y
38//config: depends on TEST || ASH_BUILTIN_TEST || HUSH 38//config: depends on TEST || ASH_BUILTIN_TEST || HUSH
39//config: help 39//config: help
40//config: Enable 64-bit support in test. 40//config: Enable 64-bit support in test.