fix a perl typo

pull/14/head^2
Andrew Dunstan 10 years ago
parent c2d5657c0f
commit f11c557e92
  1. 2
      src/tools/msvc/vcregress.pl

@ -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…
Cancel
Save