Commit 94669c82 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Allow case-insensitive match in test_tortls_debug_state_callback

parent bfd9dccd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1834,6 +1834,7 @@ test_tortls_debug_state_callback(void *ignored)
  n = snprintf(buf, 1000, "SSL %p is now in state unknown"
               " state [type=32,val=45].\n", ssl);
  buf[n]='\0';
  if (strcasecmp(mock_saved_log_at(0), buf))
    tt_str_op(mock_saved_log_at(0), OP_EQ, buf);

 done: