X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Ftest-jsonrpc.c;h=12bbc975eb954439dfd3205eecbd8715d0e5ceef;hb=37865d539dabd50321ee252173d853676ee0a7d8;hp=44edda84a429af541c3988d572eb88e3a4b5c6f9;hpb=8fb32694154c620dce9ff0379a744178f73c1c89;p=sliver-openvswitch.git diff --git a/tests/test-jsonrpc.c b/tests/test-jsonrpc.c index 44edda84a..12bbc975e 100644 --- a/tests/test-jsonrpc.c +++ b/tests/test-jsonrpc.c @@ -182,8 +182,6 @@ do_listen(int argc OVS_UNUSED, char *argv[]) bool done; int error; - die_if_already_running(); - error = jsonrpc_pstream_open(argv[1], &pstream); if (error) { ovs_fatal(error, "could not listen on \"%s\"", argv[1]);