aboutsummaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test.c b/test.c
index 79db8cbb6..9c66cbb87 100644
--- a/test.c
+++ b/test.c
@@ -38,9 +38,6 @@
38#include <stdlib.h> 38#include <stdlib.h>
39#include <string.h> 39#include <string.h>
40#include "busybox.h" 40#include "busybox.h"
41#define BB_DECLARE_EXTERN
42#define bb_need_help
43#include "messages.c"
44 41
45/* test(1) accepts the following grammar: 42/* test(1) accepts the following grammar:
46 oexpr ::= aexpr | aexpr "-o" oexpr ; 43 oexpr ::= aexpr | aexpr "-o" oexpr ;