pg_upgrade: Fix test name in 002_pg_upgrade.pl
authorMichael Paquier <michael@paquier.xyz>
Wed, 18 Oct 2023 09:23:43 +0000 (18:23 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 18 Oct 2023 09:23:43 +0000 (18:23 +0900)
Author: Hou Zhijie
Discussion: https://postgr.es/m/TYAPR01MB5724A40D47E71F4717357EC694D5A@TYAPR01MB5724.jpnprd01.prod.outlook.com
Backpatch-through: 15

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

index a5688a1cf2aeadf9990259e5c3ee5e6190dc0b70..c6d83d3c211d296dc0539f1c53fcb474887a20a3 100644 (file)
@@ -382,7 +382,7 @@ command_ok(
    ],
    'run of pg_upgrade --check for new instance');
 ok(!-d $newnode->data_dir . "/pg_upgrade_output.d",
-   "pg_upgrade_output.d/ not removed after pg_upgrade --check success");
+   "pg_upgrade_output.d/ removed after pg_upgrade --check success");
 
 # Actual run, pg_upgrade_output.d is removed at the end.
 command_ok(