We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a2844 commit 3f9b1f2Copy full SHA for 3f9b1f2
src/bin/pg_upgrade/t/002_pg_upgrade.pl
@@ -382,7 +382,7 @@ sub filter_dump
382
],
383
'run of pg_upgrade --check for new instance');
384
ok(!-d $newnode->data_dir . "/pg_upgrade_output.d",
385
- "pg_upgrade_output.d/ not removed after pg_upgrade --check success");
+ "pg_upgrade_output.d/ removed after pg_upgrade --check success");
386
387
# Actual run, pg_upgrade_output.d is removed at the end.
388
command_ok(
0 commit comments