The branch stable/14 has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=0432511d3ff6f72abc2de326c47a69a0e0be6512
commit 0432511d3ff6f72abc2de326c47a69a0e0be6512 Author: Alan Somers <asom...@freebsd.org> AuthorDate: 2025-05-30 16:54:06 +0000 Commit: Alan Somers <asom...@freebsd.org> CommitDate: 2025-07-23 22:56:25 +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 (cherry picked from commit 7f07575084a279c7f0cc330fe7e2c04d5a05a487) --- 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.