Fix 2 stupid omissions in tests
[dbsrgits/DBIx-Class.git] / t / storage / txn.t
index dc7c8b3..d48d84b 100644 (file)
@@ -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) {