diff options
Diffstat (limited to 'src/bin/pg_checksums/t/001_basic.pl')
-rw-r--r-- | src/bin/pg_checksums/t/001_basic.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bin/pg_checksums/t/001_basic.pl b/src/bin/pg_checksums/t/001_basic.pl index fd03e8df0f6..d7cede111e9 100644 --- a/src/bin/pg_checksums/t/001_basic.pl +++ b/src/bin/pg_checksums/t/001_basic.pl @@ -4,8 +4,10 @@ use strict; use warnings; use PostgreSQL::Test::Utils; -use Test::More tests => 8; +use Test::More; program_help_ok('pg_checksums'); program_version_ok('pg_checksums'); program_options_handling_ok('pg_checksums'); + +done_testing(); |