diff options
Diffstat (limited to 'src/bin/pg_test_fsync/t/001_basic.pl')
-rw-r--r-- | src/bin/pg_test_fsync/t/001_basic.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bin/pg_test_fsync/t/001_basic.pl b/src/bin/pg_test_fsync/t/001_basic.pl index ecfe89a9f20..0b579dde9d6 100644 --- a/src/bin/pg_test_fsync/t/001_basic.pl +++ b/src/bin/pg_test_fsync/t/001_basic.pl @@ -6,7 +6,7 @@ use warnings; use Config; use PostgreSQL::Test::Utils; -use Test::More tests => 12; +use Test::More; ######################################### # Basic checks @@ -26,3 +26,5 @@ command_fails_like( [ 'pg_test_fsync', '--secs-per-test', '0' ], qr/\Qpg_test_fsync: error: --secs-per-test must be in range 1..4294967295\E/, 'pg_test_fsync: --secs-per-test must be in range'); + +done_testing(); |