mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
fix a perl typo
This commit is contained in:
parent
0fbf440407
commit
9892cc2009
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ sub bincheck
|
|||
my @bin_dirs = glob("$topdir/src/bin/*");
|
||||
|
||||
# Process each test
|
||||
foreach my $dir (@$bin_dirs)
|
||||
foreach my $dir (@bin_dirs)
|
||||
{
|
||||
next unless -d "$dir/t";
|
||||
my $status = tap_check($dir);
|
||||
|
|
|
|||
Loading…
Reference in a new issue