Merge branch 'js/t3404-grammo-fix'
[gitweb.git] / t / helper / test-parse-options.c
index 8a1235d03e2daab4b9e90d31c5da6708e5c712f2..2c63298fab10563bcd8c98c3d0b6d563164e2283 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;