postgresql/src/bin/pg_basebackup/t/020_pg_receivewal.pl

9 lines
184 B
Perl
Raw Normal View History

use strict;
use warnings;
use TestLib;
use Test::More tests => 8;
program_help_ok('pg_receivewal');
program_version_ok('pg_receivewal');
program_options_handling_ok('pg_receivewal');