mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix the unittest breakage introduced by a8a862c.
This commit is contained in:
@@ -99,12 +99,6 @@ test_pt_protocol(void)
|
||||
|
||||
/* various wrong protocol runs: */
|
||||
|
||||
strcpy(line, "TEST TEST");
|
||||
handle_proxy_line(line, mp);
|
||||
test_assert(mp->conf_state == PT_PROTO_BROKEN);
|
||||
|
||||
reset_mp(mp);
|
||||
|
||||
strcpy(line,"VERSION 1");
|
||||
handle_proxy_line(line, mp);
|
||||
test_assert(mp->conf_state == PT_PROTO_ACCEPTING_METHODS);
|
||||
|
||||
Reference in New Issue
Block a user