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