1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00
This commit is contained in:
Kenichi Ishigaki 2011-08-24 02:31:35 +00:00
parent e40b755564
commit ba6a22c375

View file

@ -75,8 +75,11 @@ foreach my $call_func (@CALL_FUNCS) {
my $pid = fork;
if (!defined($pid)) {
# fork failed
skip("No fork here", 1);
skip("No fork here", 1);
SKIP: {
skip("No fork here", 3);
}
$dbh->disconnect;
unlink $dbfile;
} elsif (!$pid) {
# child