fixed fork option and tests
[Fuse-DBI] / t / 03pgsql.t
index fd987b6..accb1a4 100755 (executable)
@@ -73,6 +73,7 @@ my $mnt = Fuse::DBI->mount({
        update => $sql_update,
        dsn => $dsn,
        mount => $mount,
+       fork => 1,
 });
 
 ok($mnt, "mount");