Consistently use "superuser" instead of "super user"
[pgsql.git] / contrib / vacuumlo / t / 001_basic.pl
blob2121f454e026a306aedc9f5170c8b33ec0615b9d
2 # Copyright (c) 2021, PostgreSQL Global Development Group
4 use strict;
5 use warnings;
7 use TestLib;
8 use Test::More tests => 8;
10 program_help_ok('vacuumlo');
11 program_version_ok('vacuumlo');
12 program_options_handling_ok('vacuumlo');