Skip to content

Commit 3f9b1f2

Browse files
committed
pg_upgrade: Fix test name in 002_pg_upgrade.pl
Author: Hou Zhijie Discussion: https://postgr.es/m/TYAPR01MB5724A40D47E71F4717357EC694D5A@TYAPR01MB5724.jpnprd01.prod.outlook.com Backpatch-through: 15
1 parent 41a2844 commit 3f9b1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_upgrade/t/002_pg_upgrade.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ sub filter_dump
382382
],
383383
'run of pg_upgrade --check for new instance');
384384
ok(!-d $newnode->data_dir . "/pg_upgrade_output.d",
385-
"pg_upgrade_output.d/ not removed after pg_upgrade --check success");
385+
"pg_upgrade_output.d/ removed after pg_upgrade --check success");
386386

387387
# Actual run, pg_upgrade_output.d is removed at the end.
388388
command_ok(

0 commit comments

Comments
 (0)