diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ctrl/ctrl_test.c | 4 | ||||
| -rw-r--r-- | tests/ctrl/ctrl_test.ok | 3 | 
2 files changed, 2 insertions, 5 deletions
diff --git a/tests/ctrl/ctrl_test.c b/tests/ctrl/ctrl_test.c index f20f534c..b7b30c3e 100644 --- a/tests/ctrl/ctrl_test.c +++ b/tests/ctrl/ctrl_test.c @@ -401,8 +401,6 @@ static void test_deferred_cmd()  	/* Expecting a ctrl_cmd_def as well as the cmd to still be allocated */  	if (talloc_total_size(ctx) <= ctx_size_before_defer) {  		printf("deferred command apparently deallocated too soon\n"); -		/* ERROR -- showing current bug in handling deallocated cmds, hence exiting early */ -		goto exit_early;  		talloc_report_full(ctx, stdout);  		OSMO_ASSERT(false);  	} @@ -417,8 +415,6 @@ static void test_deferred_cmd()  		OSMO_ASSERT(false);  	} -exit_early: -  	talloc_free(ccon);  	talloc_free(ctrl); diff --git a/tests/ctrl/ctrl_test.ok b/tests/ctrl/ctrl_test.ok index 6a902be0..07f4aac5 100644 --- a/tests/ctrl/ctrl_test.ok +++ b/tests/ctrl/ctrl_test.ok @@ -176,5 +176,6 @@ ok  test_deferred_cmd  get_test_defer called  ctrl_handle_msg() returned 0 -deferred command apparently deallocated too soon +invoking ctrl_test_defer_cb() asynchronously +ctrl_test_defer_cb called  success  | 
