]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
pg_upgrade: Fix test name in 002_pg_upgrade.pl
authorMichael Paquier <michael@paquier.xyz>
Wed, 18 Oct 2023 09:23:50 +0000 (18:23 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 18 Oct 2023 09:23:50 +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 4dcf5c01ce5ac538803c7d4d34284bcfb06e3abb..6b0f42cecf810d85ff81dda200abefbd2eea8f0c 100644 (file)
@@ -319,7 +319,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(