X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftest-jsonrpc.c;h=12bbc975eb954439dfd3205eecbd8715d0e5ceef;hb=a64e37a1d3990b9c2524d166119cb5564dc5d96c;hp=44edda84a429af541c3988d572eb88e3a4b5c6f9;hpb=8274ae959ac0b158c3e3206b3810af608fb93785;p=openvswitch diff --git a/tests/test-jsonrpc.c b/tests/test-jsonrpc.c index 44edda84..12bbc975 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]);