blob: b4cb6f729dc722105a9a7aca7e2b602523f6c651 (
plain)
1
2
3
4
5
6
7
8
|
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');
|