diff options
| author | Lukas Oesch <lukas.oesch@ost.ch> | 2026-05-25 13:14:07 +0200 |
|---|---|---|
| committer | Lukas Oesch <lukas.oesch@ost.ch> | 2026-05-25 13:14:07 +0200 |
| commit | 685990ae8c4fad6847e8f90cccb52bb34280298c (patch) | |
| tree | 89df799b6b17200afda7e679df20a33a251c8e74 | |
| parent | 756854104db95f247ad9bed5eb59fb90a9a1cb69 (diff) | |
| download | kernel-685990ae8c4fad6847e8f90cccb52bb34280298c.tar.xz kernel-685990ae8c4fad6847e8f90cccb52bb34280298c.zip | |
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Marcel Braun <marcel.braun@ost.ch>
| -rw-r--r-- | kernel/src/filesystem/vfs.tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/src/filesystem/vfs.tests.cpp b/kernel/src/filesystem/vfs.tests.cpp index fc1ea0d..962e067 100644 --- a/kernel/src/filesystem/vfs.tests.cpp +++ b/kernel/src/filesystem/vfs.tests.cpp @@ -436,7 +436,7 @@ SCENARIO_METHOD(kernel::tests::filesystem::storage_boot_module_vfs_fixture, "VFS REQUIRE(vfs.unmount("/entrance") == kernel::filesystem::vfs::operation_result::success); } - THEN("can mount filesystem ontop of the path where this is inside") + THEN("can mount filesystem onto the directory that contains it") { REQUIRE(vfs.do_mount("/dev/ram16", "/entrance") == kernel::filesystem::vfs::operation_result::success); REQUIRE(vfs.do_mount("/entrance/archiv/2024.img", "/entrance") == |
