From 2f32bf8be63f70125049402ba43101d8c6083d46 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 6 Jun 2010 04:14:28 +0200 Subject: remove defconfig. Now "make defconfig" simply uses defaults from Config.in Signed-off-by: Denys Vlasenko --- coreutils/test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coreutils/test.c') diff --git a/coreutils/test.c b/coreutils/test.c index cc4a132..70eac5f 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. -- cgit v1.1