aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_combinebackup/t/004_manifest.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_combinebackup/t/004_manifest.pl')
-rw-r--r--src/bin/pg_combinebackup/t/004_manifest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_combinebackup/t/004_manifest.pl b/src/bin/pg_combinebackup/t/004_manifest.pl
index 4f3779274fe..ed1821e0efe 100644
--- a/src/bin/pg_combinebackup/t/004_manifest.pl
+++ b/src/bin/pg_combinebackup/t/004_manifest.pl
@@ -6,7 +6,7 @@
# pg_combinebackup does not produce a manifest when run with --no-manifest.
use strict;
-use warnings;
+use warnings FATAL => 'all';
use File::Compare;
use PostgreSQL::Test::Cluster;
use PostgreSQL::Test::Utils;