svengo/docker-tor

Unit test FAIL src/test/test_util.c:4572: assert(smartlist_len(results) OP_EQ sizeof(results_test10)/sizeof(*results_test10)): 0 vs 1

svengo opened this issue · 1 comments

Tor 0.4.5.6 make test fails in a docker container under alpine 3.13.1.

util/glob:
  FAIL src/test/test_util.c:4572: assert(smartlist_len(results) OP_EQ sizeof(results_test10)/sizeof(*results_test10)): 0 vs 1
  [glob FAILED]

Reported to https://gitlab.torproject.org/tpo/core/tor/-/issues/40293.

Switch to ubuntu. Fixed by 7f539ee.