mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
fix a perl typo
This commit is contained in:
parent
c2d5657c0f
commit
f11c557e92
@ -208,7 +208,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 New Issue
Block a user