Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-06-06 06:14:28 +0400
committerDenys Vlasenko <vda.linux@googlemail.com>2010-06-06 06:14:28 +0400
commit2f32bf8be63f70125049402ba43101d8c6083d46 (patch)
tree8d01d287b58308bbb0bc6748c27357fae0a7aa12 /coreutils/test.c
parentf0f94700610eba964441ce4a112134e03c76eb89 (diff)
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 @@
//config:config TEST
//config: bool "test"
-//config: default n
+//config: default y
//config: help
//config: test is used to check file types and compare values,
//config: returning an appropriate exit code. The bash shell
@@ -34,7 +34,7 @@
//config:
//config:config FEATURE_TEST_64
//config: bool "Extend test to 64 bit"
-//config: default n
+//config: default y
//config: depends on TEST || ASH_BUILTIN_TEST || HUSH
//config: help
//config: Enable 64-bit support in test.