mirror of
https://github.com/postgres/postgres.git
synced 2025-09-09 13:09:39 +03:00
15 lines
257 B
Perl
15 lines
257 B
Perl
|
|
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
|
|
|
|
use strict;
|
|
use warnings;
|
|
|
|
use PostgreSQL::Test::Utils;
|
|
use Test::More;
|
|
|
|
program_help_ok('vacuumlo');
|
|
program_version_ok('vacuumlo');
|
|
program_options_handling_ok('vacuumlo');
|
|
|
|
done_testing();
|