From a97ef8eed4e4f7af239b5ec03b4bc2c248469b83 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 3 Oct 2001 23:35:05 +0000 Subject: [PATCH] Always enable BB_TEST when BB_ASH, BB_LASH, or BB_MSH is enabled --- busybox/Config.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.25.1