]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/ipc.t
ipc: support Sereal
[public-inbox.git] / t / ipc.t
diff --git a/t/ipc.t b/t/ipc.t
index f9c4024b46f535b068825d594f5ac96e62e8b7c5..f3715e2c879c84a2bca8753c5ae543715c7a7dc8 100644 (file)
--- a/t/ipc.t
+++ b/t/ipc.t
@@ -49,7 +49,7 @@ my $test = sub {
 $test->('local');
 
 SKIP: {
-       require_mods(qw(Storable), 16);
+       require_mods(qw(Storable||Sereal), 16);
        my $pid = $ipc->ipc_worker_spawn('test worker');
        ok($pid > 0 && kill(0, $pid), 'worker spawned and running');
        defined($pid) or BAIL_OUT 'no spawn, no test';