unit test fail "assert(smartlist_len(results) OP_EQ sizeof(results_test11)/sizeof(*results_test11)): 6 vs 3"

'make test' on git master (commit e6877071) on moria (old-school rhel6) has this error:

util/glob:
  FAIL src/test/test_util.c:4578: assert(smartlist_len(results) OP_EQ sizeof(results_test11)/sizeof(*results_test11)): 6 vs 3
  [glob FAILED]

Looks like the failure went in with commit 34fa2c4d as part of #25140 (closed).

Do the unit tests have any "show their work" files somewhere, or is the next step to add more prints and stuff to figure out what's going on?

I also have a second failure,

config/include_wildcards: 
  FAIL src/test/test_config.c:6106: assert(len OP_EQ 2): 3 vs 2
  [include_wildcards FAILED]

which seems related to the same commit.

Edited by Roger Dingledine