diff options
Diffstat (limited to 'src/test/recovery/t/002_archiving.pl')
| -rw-r--r-- | src/test/recovery/t/002_archiving.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/recovery/t/002_archiving.pl b/src/test/recovery/t/002_archiving.pl index 01c52d8e7f..d69da4e5ef 100644 --- a/src/test/recovery/t/002_archiving.pl +++ b/src/test/recovery/t/002_archiving.pl @@ -125,7 +125,7 @@ my $log_location = -s $node_standby2->logfile; $node_standby2->promote; # Check the logs of the standby to see that the commands have failed. -my $log_contents = slurp_file($node_standby2->logfile, $log_location); +my $log_contents = slurp_file($node_standby2->logfile, $log_location); my $node_standby2_data = $node_standby2->data_dir; like( |
