summaryrefslogtreecommitdiff
path: root/trust/test-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'trust/test-parser.c')
-rw-r--r--trust/test-parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trust/test-parser.c b/trust/test-parser.c
index b5c2525..8b9c240 100644
--- a/trust/test-parser.c
+++ b/trust/test-parser.c
@@ -503,7 +503,7 @@ test_parse_invalid_file (void)
p11_message_quiet ();
p11_parser_formats (test.parser, p11_parser_format_x509, NULL);
- ret = p11_parse_file (test.parser, "/nonexistant", NULL,
+ ret = p11_parse_file (test.parser, "/nonexistent", NULL,
P11_PARSE_FLAG_NONE);
assert_num_eq (P11_PARSE_FAILURE, ret);