mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +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');
|