summaryrefslogtreecommitdiffstats
path: root/test/test_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_util.c')
-rw-r--r--test/test_util.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/test_util.c b/test/test_util.c
index 529719e..c228b8f 100644
--- a/test/test_util.c
+++ b/test/test_util.c
@@ -6,6 +6,7 @@
#include "../src/filesystem.h"
#include "lilv/lilv.h"
+#include "zix/filesystem.h"
#include "zix/path.h"
#include <assert.h>
@@ -29,9 +30,9 @@ main(void)
assert(lilv_copy_file(a_path, "not/a/dir/copy"));
assert(!lilv_copy_file(a_path, "copy_c"));
- assert(!lilv_remove(a_path));
- assert(!lilv_remove(b_path));
- assert(!lilv_remove(dir));
+ assert(!zix_remove(a_path));
+ assert(!zix_remove(b_path));
+ assert(!zix_remove(dir));
lilv_free(b_path);
lilv_free(a_path);