diff options
Diffstat (limited to 'src/bin/pg_amcheck/t/002_nonesuch.pl')
-rw-r--r-- | src/bin/pg_amcheck/t/002_nonesuch.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_amcheck/t/002_nonesuch.pl b/src/bin/pg_amcheck/t/002_nonesuch.pl index 58be2c694d..e3cfae9cd4 100644 --- a/src/bin/pg_amcheck/t/002_nonesuch.pl +++ b/src/bin/pg_amcheck/t/002_nonesuch.pl @@ -324,7 +324,7 @@ $node->command_checks_all( qr/pg_amcheck: warning: no connectable databases to check matching "no_such_database\.public\.foo_idx"/, qr/pg_amcheck: error: no relations to check/, ], - 'checking otherwise existent objets in the wrong databases'); + 'checking otherwise existent objects in the wrong databases'); ######################################### |