aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_upgrade/t/002_pg_upgrade.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_upgrade/t/002_pg_upgrade.pl')
-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 3f11540e189..67e0be68568 100644
--- a/src/bin/pg_upgrade/t/002_pg_upgrade.pl
+++ b/src/bin/pg_upgrade/t/002_pg_upgrade.pl
@@ -244,7 +244,7 @@ command_ok(
'-P', $newnode->port, '--check'
],
'run of pg_upgrade --check for new instance');
-ok( !-d $newnode->data_dir . "/pg_upgrade_output.d",
+ok(!-d $newnode->data_dir . "/pg_upgrade_output.d",
"pg_upgrade_output.d/ not removed after pg_upgrade --check success");
# Actual run, pg_upgrade_output.d is removed at the end.