2021-05-07 10:56:14 -04:00
|
|
|
|
2022-01-07 19:04:57 -05:00
|
|
|
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
|
2021-05-07 10:56:14 -04:00
|
|
|
|
2018-08-28 21:33:32 +09:00
|
|
|
use strict;
|
|
|
|
use warnings;
|
|
|
|
|
2021-10-24 10:28:19 -04:00
|
|
|
use PostgreSQL::Test::Utils;
|
2018-08-28 21:33:32 +09:00
|
|
|
use Test::More tests => 8;
|
|
|
|
|
|
|
|
#########################################
|
|
|
|
# Basic checks
|
|
|
|
|
|
|
|
program_help_ok('oid2name');
|
|
|
|
program_version_ok('oid2name');
|
|
|
|
program_options_handling_ok('oid2name');
|