summaryrefslogtreecommitdiff
path: root/tests/get_path.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/get_path.c')
-rw-r--r--tests/get_path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/get_path.c b/tests/get_path.c
index 39d3431..5d2027a 100644
--- a/tests/get_path.c
+++ b/tests/get_path.c
@@ -12,7 +12,7 @@ int main(void)
fstree_t fs;
char *str;
- assert(fstree_init(&fs, 512, 1337, 0755, 21, 42) == 0);
+ assert(fstree_init(&fs, 512, NULL) == 0);
memset(&sb, 0, sizeof(sb));
sb.st_mode = S_IFDIR | 0750;