aboutsummaryrefslogtreecommitdiffstats
path: root/tests/t-trustlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/t-trustlist.c')
-rw-r--r--tests/t-trustlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t-trustlist.c b/tests/t-trustlist.c
index ad014869..ce83d62c 100644
--- a/tests/t-trustlist.c
+++ b/tests/t-trustlist.c
@@ -72,7 +72,7 @@ main (int argc, char **argv )
loop = 1;
argc--; argv++;
}
- pattern = argc? *argv : NULL;
+ pattern = argc? *argv : "alice";
err = gpgme_new (&ctx);
fail_if_err (err);