diff --git a/src/tests/fs_tests.rs b/src/tests/fs_tests.rs index b825c08c..3e80d1a8 100644 --- a/src/tests/fs_tests.rs +++ b/src/tests/fs_tests.rs @@ -4112,7 +4112,7 @@ pub mod fs_tests { } #[test] - pub fn ut_lind_fs_smhdt_syscall() { + pub fn ut_lind_fs_shmdt_syscall() { //acquiring a lock on TESTMUTEX prevents other tests from running concurrently, // and also performs clean env setup let _thelock = setup::lock_and_init();