commit 327688b968ff93e92d1d949ba623ce116dfb904f
parent cbfb8265139aa21cda82ec6a73bf054f1138b0b2
Author: teor <teor@torproject.org>
Date: Fri, 3 Apr 2020 14:35:46 +1000
test/circuitbuild: Make some tests fork
Since we're testing IF_BUG_ONCE(), we need to fork.
Part of 33633.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/test/test_circuitbuild.c b/src/test/test_circuitbuild.c
@@ -479,7 +479,7 @@ struct testcase_t circuitbuild_tests[] = {
TEST(upgrade_from_guard_wait, TT_FORK, &helper_pubsub_setup, NULL),
- TEST_CIRCUIT(extend_state_valid, 0),
- TEST_CIRCUIT(extend_add_ed25519, 0),
+ TEST_CIRCUIT(extend_state_valid, TT_FORK),
+ TEST_CIRCUIT(extend_add_ed25519, TT_FORK),
END_OF_TESTCASES
};