Merge branch 'jk/parse-options-concat'
[gitweb.git] / t / helper / test-parse-options.c
index d51d29251eb2cf5adeba1d4f94ff2ce100421560..a01430c24bdb8c0e35147b71d6f9e898405b1c85 100644 (file)
@@ -12,7 +12,7 @@ static int dry_run = 0, quiet = 0;
 static char *string = NULL;
 static char *file = NULL;
 static int ambiguous;
-static struct string_list list;
+static struct string_list list = STRING_LIST_INIT_NODUP;
 
 static struct {
        int called;