1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-05 02:22:28 +03:00

fix a perl typo

This commit is contained in:
Andrew Dunstan
2015-11-19 02:42:02 -05:00
parent bfac7a69ba
commit 3f222b676d

View File

@@ -208,7 +208,7 @@ sub bincheck
my @bin_dirs = glob("$topdir/src/bin/*"); my @bin_dirs = glob("$topdir/src/bin/*");
# Process each test # Process each test
foreach my $dir (@$bin_dirs) foreach my $dir (@bin_dirs)
{ {
next unless -d "$dir/t"; next unless -d "$dir/t";
my $status = tap_check($dir); my $status = tap_check($dir);