diff --git a/src/bin/pg_upgrade/meson.build b/src/bin/pg_upgrade/meson.build index 2c4f38d865b..3e8a08e0623 100644 --- a/src/bin/pg_upgrade/meson.build +++ b/src/bin/pg_upgrade/meson.build @@ -42,7 +42,7 @@ tests += { 'tests': [ 't/001_basic.pl', 't/002_pg_upgrade.pl', - 't/003_upgrade_logical_replication_slots.pl', + 't/003_logical_slots.pl', ], 'test_kwargs': {'priority': 40}, # pg_upgrade tests are slow },