diff --git a/test/manpage_test.cpp b/test/manpage_test.cpp index a5213c01..b5a982ec 100644 --- a/test/manpage_test.cpp +++ b/test/manpage_test.cpp @@ -140,6 +140,9 @@ parse_options(std::string const& text, std::regex const& re, bool is_fuse) { } } } + if (long_opt.starts_with("experimental-")) { + continue; + } options[long_opt] = short_opt; } }