diff --git a/src/torture/torture_radlink.c b/src/torture/torture_radlink.c index 764f5ae3..3e8a7d21 100644 --- a/src/torture/torture_radlink.c +++ b/src/torture/torture_radlink.c @@ -5022,7 +5022,7 @@ TEST(debug_p_sig_mismatch) String8 output = g_errors; while (output.size) { String8 line = t_chop_line(&output); - found_error = str8_match(line, expected_line, StringMatchFlag_CaseInsensitive); + found_error = str8_match(line, expected_line, StringMatchFlag_CaseInsensitive|StringMatchFlag_SlashInsensitive); if (found_error) { break; } } T_Ok(found_error);