summaryrefslogtreecommitdiffstats
path: root/test/lilv_test_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/lilv_test_utils.c')
-rw-r--r--test/lilv_test_utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lilv_test_utils.c b/test/lilv_test_utils.c
index e924873..cca6ac9 100644
--- a/test/lilv_test_utils.c
+++ b/test/lilv_test_utils.c
@@ -142,11 +142,11 @@ void
delete_bundle(LilvTestEnv* env)
{
if (env->test_content_path) {
- lilv_remove(env->test_content_path);
+ zix_remove(env->test_content_path);
}
if (env->test_manifest_path) {
- lilv_remove(env->test_manifest_path);
+ zix_remove(env->test_manifest_path);
}
if (env->test_bundle_path) {