mirror of
https://github.com/postgres/postgres.git
synced 2026-07-03 15:09:38 -04:00
14 lines
257 B
Perl
14 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();
|