Commit f11c557e authored by Andrew Dunstan's avatar Andrew Dunstan

fix a perl typo

parent c2d5657c
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment