diff --git a/test/litest.c b/test/litest.c index ac67994b..e5898e17 100644 --- a/test/litest.c +++ b/test/litest.c @@ -267,7 +267,7 @@ litest_run(int argc, char **argv) { int c; int option_index = 0; - c = getopt_long(argc, argv, "", opts, &option_index); + c = getopt_long(argc, argv, "l", opts, &option_index); if (c == -1) break; switch(c) {