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