mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Syntax fix in test.
This commit is contained in:
parent
027c536598
commit
8c06f02c94
@ -6227,7 +6227,7 @@ test_util_map_anon_nofork(void *arg)
|
|||||||
#ifndef NOINHERIT_CAN_FAIL
|
#ifndef NOINHERIT_CAN_FAIL
|
||||||
/* Only if NOINHERIT_CAN_FAIL should it be possible for us to get
|
/* Only if NOINHERIT_CAN_FAIL should it be possible for us to get
|
||||||
* INHERIT_KEEP behavior in this case. */
|
* INHERIT_KEEP behavior in this case. */
|
||||||
tt_assert(inherit, OP_NE, INHERIT_RES_KEEP);
|
tt_int_op(inherit, OP_NE, INHERIT_RES_KEEP);
|
||||||
#else
|
#else
|
||||||
if (inherit == INHERIT_RES_KEEP) {
|
if (inherit == INHERIT_RES_KEEP) {
|
||||||
/* Call this test "skipped", not "passed", since noinherit wasn't
|
/* Call this test "skipped", not "passed", since noinherit wasn't
|
||||||
|
Loading…
Reference in New Issue
Block a user