summaryrefslogtreecommitdiff
path: root/common/test-path.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/test-path.c')
-rw-r--r--common/test-path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/test-path.c b/common/test-path.c
index c77acf2..2eb5444 100644
--- a/common/test-path.c
+++ b/common/test-path.c
@@ -206,7 +206,7 @@ test_encode (void)
char *test;
test = p11_path_encode ("2309haonutb;/AOE@#$O ");
- assert_str_eq (test, "2309haonutb%3b/AOE%40%23%24O%20");
+ assert_str_eq (test, "2309haonutb%3B/AOE%40%23%24O%20");
free (test);
}