diff options
Diffstat (limited to 'src/bin/pgbench/t/001_pgbench_with_server.pl')
| -rw-r--r-- | src/bin/pgbench/t/001_pgbench_with_server.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bin/pgbench/t/001_pgbench_with_server.pl b/src/bin/pgbench/t/001_pgbench_with_server.pl index 00fb04fe1e..b9308f7367 100644 --- a/src/bin/pgbench/t/001_pgbench_with_server.pl +++ b/src/bin/pgbench/t/001_pgbench_with_server.pl @@ -42,6 +42,8 @@ sub pgbench # cleanup? #unlink @filenames or die "cannot unlink files (@filenames): $!"; + + return; } # Test concurrent insertion into table with UNIQUE oid column. DDL expects @@ -817,6 +819,7 @@ sub check_pgbench_logs }; } ok(unlink(@logs), "remove log files"); + return; } my $bdir = $node->basedir; |
