X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=t%2Fstorage%2Ftxn.t;h=d48d84bef7cf5e62ec728a0da60501a536cf2b82;hp=dc7c8b35109c6ad3757adc592d8f90ed4165a113;hb=f2054ba7a9ecb96b05904b59c3b044a7d9d64e06;hpb=455636bc6be342d8a733960490f1767eb3e929d8 diff --git a/t/storage/txn.t b/t/storage/txn.t index dc7c8b3..d48d84b 100644 --- a/t/storage/txn.t +++ b/t/storage/txn.t @@ -194,7 +194,7 @@ for my $want (0,1) { my @pids; my $guard = $schema->txn_scope_guard; - _forking_action ($schema); + @pids = _forking_action ($schema); $guard->commit; for my $pid (@pids) {