Clean up intermetiate state in pg_basebackup tests These tests accummulated almost a gigabyte of data during the test which was then removed at the end. Instead, remove output that's no longer needed between the individual tests, to keep the total disk usage down lower.
Author: Michael Banck Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/032429701e477116dae9482cc1bf0df8d5ac8f77 Modified Files -------------- src/bin/pg_basebackup/t/010_pg_basebackup.pl | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+)