From dd5e8510cb40b853a5d252084660dc38aab7c665 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 Nov 2022 17:54:13 -0500 Subject: Use zix_canonical_path() --- test/test_state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_state.c') diff --git a/test/test_state.c b/test/test_state.c index 97567a2..78a4e5d 100644 --- a/test/test_state.c +++ b/test/test_state.c @@ -118,7 +118,7 @@ create_test_directories(void) /* On MacOS, temporary directories from mkdtemp involve symlinks, so resolve it here so that path comparisons in tests work. */ - dirs.top = lilv_path_canonical(top); + dirs.top = zix_canonical_path(NULL, top); dirs.shared = zix_path_join(NULL, dirs.top, "shared"); dirs.scratch = zix_path_join(NULL, dirs.shared, "scratch"); dirs.copy = zix_path_join(NULL, dirs.shared, "copy"); -- cgit v1.2.1