mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
13 lines
230 B
Perl
13 lines
230 B
Perl
|
|
# Copyright (c) 2021, PostgreSQL Global Development Group
|
|
|
|
use strict;
|
|
use warnings;
|
|
|
|
use TestLib;
|
|
use Test::More tests => 8;
|
|
|
|
program_help_ok('vacuumlo');
|
|
program_version_ok('vacuumlo');
|
|
program_options_handling_ok('vacuumlo');
|