repo.or.cz
/
pgsql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Consistently use "superuser" instead of "super user"
[pgsql.git]
/
contrib
/
vacuumlo
/
t
/
001_basic.pl
blob
2121f454e026a306aedc9f5170c8b33ec0615b9d
1
2
# Copyright (c) 2021, PostgreSQL Global Development Group
3
4
use
strict
;
5
use
warnings
;
6
7
use
TestLib
;
8
use
Test
::
More tests
=>
8
;
9
10
program_help_ok
(
'vacuumlo'
);
11
program_version_ok
(
'vacuumlo'
);
12
program_options_handling_ok
(
'vacuumlo'
);