diff --git a/testcode/testbound.c b/testcode/testbound.c index c7af2e9e1..dd858b5bd 100644 --- a/testcode/testbound.c +++ b/testcode/testbound.c @@ -280,7 +280,7 @@ main(int argc, char* argv[]) pass_argc = 1; pass_argv[0] = "unbound"; add_opts("-d", &pass_argc, pass_argv); - while( (c=getopt(argc, argv, "2egho:p:s")) != -1) { + while( (c=getopt(argc, argv, "12egho:p:s")) != -1) { switch(c) { case 's': free(pass_argv[1]);