diff options
Diffstat (limited to 'tests/get_path.c')
-rw-r--r-- | tests/get_path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/get_path.c b/tests/get_path.c index 7ce6aeb..7d37f4c 100644 --- a/tests/get_path.c +++ b/tests/get_path.c @@ -19,7 +19,7 @@ int main(void) fstree_t fs; char *str; - assert(fstree_init(&fs, 512, NULL) == 0); + assert(fstree_init(&fs, NULL) == 0); memset(&sb, 0, sizeof(sb)); sb.st_mode = S_IFDIR | 0750; |