blob: 700ae045a199e39f0844764550d21f4ad52a8957 (
plain)
1
2
3
4
5
6
7
8
|
use strict;
use warnings;
use TestLib;
use Test::More tests => 3;
program_help_ok('pg_receivexlog');
program_version_ok('pg_receivexlog');
program_options_handling_ok('pg_receivexlog');
|