mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-19 20:00:51 +08:00
15 lines
272 B
Perl
15 lines
272 B
Perl
|
|
# Copyright (c) 2021-2025, PostgreSQL Global Development Group
|
|
|
|
use strict;
|
|
use warnings FATAL => 'all';
|
|
|
|
use PostgreSQL::Test::Utils;
|
|
use Test::More;
|
|
|
|
program_help_ok('vacuumlo');
|
|
program_version_ok('vacuumlo');
|
|
program_options_handling_ok('vacuumlo');
|
|
|
|
done_testing();
|