]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/ipc.t
ipc: get rid of wq_set_recv_modes
[public-inbox.git] / t / ipc.t
diff --git a/t/ipc.t b/t/ipc.t
index f25f24917da877efed3d4f7fac5d6cfff41cfae2..5801c760cf8bcb960896138f4c05b75483eac774 100644 (file)
--- a/t/ipc.t
+++ b/t/ipc.t
@@ -119,7 +119,6 @@ $test->('local');
 $ipc->ipc_worker_stop; # idempotent
 
 # work queues
-$ipc->wq_set_recv_modes(qw( +>&= >&= >&= ));
 pipe(my ($ra, $wa)) or BAIL_OUT $!;
 pipe(my ($rb, $wb)) or BAIL_OUT $!;
 pipe(my ($rc, $wc)) or BAIL_OUT $!;