diff options
Diffstat (limited to 'src/bin/pg_archivecleanup/t/010_pg_archivecleanup.pl')
-rw-r--r-- | src/bin/pg_archivecleanup/t/010_pg_archivecleanup.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/pg_archivecleanup/t/010_pg_archivecleanup.pl b/src/bin/pg_archivecleanup/t/010_pg_archivecleanup.pl index 22782d30420..3d196c8d861 100644 --- a/src/bin/pg_archivecleanup/t/010_pg_archivecleanup.pl +++ b/src/bin/pg_archivecleanup/t/010_pg_archivecleanup.pl @@ -69,6 +69,8 @@ command_fails_like( sub run_check { + local $Test::Builder::Level = $Test::Builder::Level + 1; + my ($suffix, $test_name) = @_; create_files(); |