summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2023-10-18 18:23:43 +0900
committerMichael Paquier <michael@paquier.xyz>2023-10-18 18:23:43 +0900
commit4277bcb30129dcf61e355ae97509c002f82c674e (patch)
tree7e70d5949a81207c57aaa7490fefd955b396bccd /src
parent2308f18c073333babdcc45139d691a74fae87863 (diff)
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.pl2
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(