aboutsummaryrefslogtreecommitdiff
path: root/tests/get_path.c
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-09-29 01:45:59 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-09-29 01:46:39 +0200
commit89d0a57e2271db304fdf2ed7d31947c9a3418940 (patch)
treeeb37df0fb3bbcc1415873bf1c679ab552f6c8e8d /tests/get_path.c
parentdb519e0d3a9fd5a8c35d66341b37def7be813d89 (diff)
Cleanup: fstree no longer has any use for the block size
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
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 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;