From: Eric Andersen Date: Wed, 3 Oct 2001 23:35:05 +0000 (-0000) Subject: Always enable BB_TEST when BB_ASH, BB_LASH, or BB_MSH is enabled X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a97ef8eed4e4f7af239b5ec03b4bc2c248469b83;p=oweals%2Fbusybox.git Always enable BB_TEST when BB_ASH, BB_LASH, or BB_MSH is enabled --- diff --git a/busybox/Config.h b/busybox/Config.h index c46e2d282..e832eae7a 100644 --- a/busybox/Config.h +++ b/busybox/Config.h @@ -432,6 +432,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