bench/compose: fix compose file path
authorRan Benita <ran@unusedvar.com>
Thu, 10 Jun 2021 14:13:57 +0000 (17:13 +0300)
committerRan Benita <ran@unusedvar.com>
Thu, 10 Jun 2021 14:13:57 +0000 (17:13 +0300)
Forgotten in e2465c2.

Signed-off-by: Ran Benita <ran@unusedvar.com>
bench/compose.c

index 7ff0798..4198e32 100644 (file)
@@ -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);