aboutsummaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/test.c b/test.c
index bf1622cde..9a1888b28 100644
--- a/test.c
+++ b/test.c
@@ -178,15 +178,6 @@ static int test_eaccess();
static int is_a_group_member();
static void initialize_group_array();
-const char test_usage[] =
- "test EXPRESSION\n"
- "or [ EXPRESSION ]\n"
-#ifndef BB_FEATURE_TRIVIAL_HELP
- "\nChecks file types and compares values returning an exit\n"
- "code determined by the value of EXPRESSION.\n"
-#endif
- ;
-
extern int
test_main(int argc, char** argv)
{