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