Always enable BB_TEST when BB_ASH, BB_LASH, or BB_MSH is enabled
authorEric Andersen <andersen@codepoet.org>
Wed, 3 Oct 2001 23:37:24 +0000 (23:37 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 3 Oct 2001 23:37:24 +0000 (23:37 -0000)
Config.h

index 551b0e5c6c21b6e7595748914d126431a26440ce..95eb3de4b03a7b16dd689a07f9b374b8dbfe8a5f 100644 (file)
--- a/Config.h
+++ b/Config.h
        #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