mirror of
https://github.com/postgres/postgres.git
synced 2025-06-04 00:02:37 -04:00
Make 013_crash_recovery.pl work on repeated runs
If the keyring from a previous run is still present, the test fails.
This commit is contained in:
parent
57ac8c8918
commit
6b508a0f74
@ -7,6 +7,9 @@ use Test::More;
|
||||
use lib 't';
|
||||
use pgtde;
|
||||
|
||||
# ensure we start with a clean key provider file
|
||||
unlink('/tmp/crash_recovery.per');
|
||||
|
||||
PGTDE::setup_files_dir(basename($0));
|
||||
|
||||
my $node = PostgreSQL::Test::Cluster->new('main');
|
||||
|
Loading…
x
Reference in New Issue
Block a user