diff options
Diffstat (limited to 'src/user/app/tests/kernel/path.c')
-rw-r--r-- | src/user/app/tests/kernel/path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/app/tests/kernel/path.c b/src/user/app/tests/kernel/path.c index 5392681..5a22c36 100644 --- a/src/user/app/tests/kernel/path.c +++ b/src/user/app/tests/kernel/path.c @@ -64,7 +64,7 @@ static void test_path_simplify(void) { } static void mount_resolve_drv(const char *path) { - if (fork2_n_mount(path)) return; + if (mount_at(path) != 0) return; struct ufs_request res; while (!c0_fs_wait(NULL, 0, &res)) { |