diff options
-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 78fa319fa71..5ef78691cb3 100644 --- a/src/bin/pg_upgrade/t/002_pg_upgrade.pl +++ b/src/bin/pg_upgrade/t/002_pg_upgrade.pl @@ -377,7 +377,7 @@ command_checks_all( ], 1, [qr/invalid/], # pg_upgrade prints errors on stdout :( - [qr//], + [qr/^$/], 'invalid database causes failure'); rmtree($newnode->data_dir . "/pg_upgrade_output.d"); |