From 8050069c57b729c18c19b1a03ab6e4bf63b4735e Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sun, 13 Aug 2023 23:29:46 +0200 Subject: libc: replace fork2_n_mount with mount_at --- src/user/app/tests/kernel/path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/user/app/tests/kernel/path.c') 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)) { -- cgit v1.2.3