summaryrefslogtreecommitdiffstats
path: root/contrib/vacuumlo/t/001_basic.pl
blob: 2121f454e026a306aedc9f5170c8b33ec0615b9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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');