Commit eb59a1c55b8954b98e424415f6ef3308aa31a11d

Ran Benita 2021-06-10T17:13:57

bench/compose: fix compose file path Forgotten in e2465c2. Signed-off-by: Ran Benita <ran@unusedvar.com>

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/bench/compose.c b/bench/compose.c
index 7ff0798..4198e32 100644
--- a/bench/compose.c
+++ b/bench/compose.c
@@ -45,7 +45,7 @@ main(void)
     ctx = test_get_context(CONTEXT_NO_FLAG);
     assert(ctx);
 
-    path = test_get_path("compose/en_US.UTF-8/Compose");
+    path = test_get_path("locale/en_US.UTF-8/Compose");
     file = fopen(path, "rb");
     if (file == NULL) {
         perror(path);