From: Eric Andersen Date: Wed, 3 Oct 2001 23:37:24 +0000 (-0000) Subject: Always enable BB_TEST when BB_ASH, BB_LASH, or BB_MSH is enabled X-Git-Tag: 0_60_2~147 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fd35de564ea822e7fec620eaf402783946dfbf63;p=oweals%2Fbusybox.git Always enable BB_TEST when BB_ASH, BB_LASH, or BB_MSH is enabled --- diff --git a/Config.h b/Config.h index 551b0e5c6..95eb3de4b 100644 --- a/Config.h +++ b/Config.h @@ -437,6 +437,10 @@ #undef BB_FEATURE_SH_FANCY_PROMPT #endif // +#if (defined BB_ASH || defined BB_HUSH || defined BB_MSH) && ! defined BB_TEST + #define BB_TEST +#endif +// #ifdef BB_KILLALL #ifndef BB_KILL #define BB_KILL