bench/compose: fix compose file path
Forgotten in e2465c2
.
Signed-off-by: Ran Benita <ran@unusedvar.com>
master
parent
1318bedbb7
commit
eb59a1c55b
|
@ -45,7 +45,7 @@ main(void)
|
||||||
ctx = test_get_context(CONTEXT_NO_FLAG);
|
ctx = test_get_context(CONTEXT_NO_FLAG);
|
||||||
assert(ctx);
|
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");
|
file = fopen(path, "rb");
|
||||||
if (file == NULL) {
|
if (file == NULL) {
|
||||||
perror(path);
|
perror(path);
|
||||||
|
|
Loading…
Reference in New Issue