Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ak/t7800-wo-readlink'
[gitweb.git]
/
t
/
helper
/
test-parse-options.c
diff --git
a/t/helper/test-parse-options.c
b/t/helper/test-parse-options.c
index 8a1235d03e2daab4b9e90d31c5da6708e5c712f2..2c63298fab10563bcd8c98c3d0b6d563164e2283 100644
(file)
--- a/
t/helper/test-parse-options.c
+++ b/
t/helper/test-parse-options.c
@@
-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;