Skip to content

Commit e0bd15d

Browse files
authored
Fix initdb TAP tests. (#1503)
Currently initdb TAP tests fails due to number-of-checks assertions. Trivially fix specifying correct number of tests
1 parent 72581fd commit e0bd15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/initdb/t/001_initdb.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use File::stat qw{lstat};
1212
use PostgresNode;
1313
use TestLib;
14-
use Test::More tests => 22;
14+
use Test::More tests => 22 + 2;
1515

1616
my $tempdir = TestLib::tempdir;
1717
my $xlogdir = "$tempdir/pgxlog";

0 commit comments

Comments
 (0)