summaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/t/003_extrafiles.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_rewind/t/003_extrafiles.pl')
-rw-r--r--src/bin/pg_rewind/t/003_extrafiles.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/pg_rewind/t/003_extrafiles.pl b/src/bin/pg_rewind/t/003_extrafiles.pl
index 218b865940..ed50659195 100644
--- a/src/bin/pg_rewind/t/003_extrafiles.pl
+++ b/src/bin/pg_rewind/t/003_extrafiles.pl
@@ -62,6 +62,8 @@ sub run_test
"$test_master_datadir/tst_standby_dir/standby_subdir",
"$test_master_datadir/tst_standby_dir/standby_subdir/standby_file3"],
"file lists match");
+
+ RewindTest::clean_rewind_test();
}
# Run the test in both modes.