diff options
author | Michael Paquier <michael@paquier.xyz> | 2023-10-18 18:23:25 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2023-10-18 18:23:25 +0900 |
commit | 3f9b1f26ca0eee46affcf1b0fd83c4217dec40db (patch) | |
tree | 517e8a595e827ad0e5e6a6fed203fda5a8d5e421 /src | |
parent | 41a284411e09a3c0a401cd5ab81fbf1802fe8021 (diff) | |
download | postgresql-3f9b1f26ca0eee46affcf1b0fd83c4217dec40db.tar.gz postgresql-3f9b1f26ca0eee46affcf1b0fd83c4217dec40db.zip |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_upgrade/t/002_pg_upgrade.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_upgrade/t/002_pg_upgrade.pl b/src/bin/pg_upgrade/t/002_pg_upgrade.pl index a5688a1cf2a..c6d83d3c211 100644 --- a/src/bin/pg_upgrade/t/002_pg_upgrade.pl +++ b/src/bin/pg_upgrade/t/002_pg_upgrade.pl @@ -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( |