8000 fix a perl typo · home201448/postgres@9892cc2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9892cc2

Browse files
committed
fix a perl typo
1 parent 0fbf440 commit 9892cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/vcregress.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ sub bincheck
205205
my @bin_dirs = glob("$topdir/src/bin/*");
206206

207207
# Process each test
208-
foreach my $dir (@$bin_dirs)
208+
foreach my $dir (@bin_dirs)
209209
{
210210
next unless -d "$dir/t";
211211
my $status = tap_check($dir);

0 commit comments

Comments
 (0)
0