git: 7f07575084a2 - main - fusefs: correct a comment in the tests
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 May 2025 16:55:28 UTC
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=7f07575084a279c7f0cc330fe7e2c04d5a05a487 commit 7f07575084a279c7f0cc330fe7e2c04d5a05a487 Author: Alan Somers <asomers@FreeBSD.org> AuthorDate: 2025-05-30 16:54:06 +0000 Commit: Alan Somers <asomers@FreeBSD.org> CommitDate: 2025-05-30 16:55:18 +0000 fusefs: correct a comment in the tests It's been wrong ever since the original commit in 2019. [skip ci] MFC after: 1 week Sponsored by: ConnectWise --- tests/sys/fs/fusefs/destroy.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sys/fs/fusefs/destroy.cc b/tests/sys/fs/fusefs/destroy.cc index 16d50da19b9b..45acb1f99724 100644 --- a/tests/sys/fs/fusefs/destroy.cc +++ b/tests/sys/fs/fusefs/destroy.cc @@ -60,7 +60,7 @@ static void* open_th(void* arg) { * Check for any memory leaks like this: * 1) kldunload fusefs, if necessary * 2) kldload fusefs - * 3) ./destroy --gtest_filter=Destroy.unsent_operations + * 3) ./destroy --gtest_filter=Death.unsent_operations * 4) kldunload fusefs * 5) check /var/log/messages for anything like this: Freed UMA keg (fuse_ticket) was not empty (31 items). Lost 2 pages of memory.