aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/filesystem
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/src/filesystem')
-rw-r--r--kernel/src/filesystem/vfs.tests.cpp2
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") ==