fix typo
authorAndrew Dunstan <andrew@dunslane.net>
Sun, 16 Jul 2017 16:00:23 +0000 (12:00 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Sun, 16 Jul 2017 16:00:23 +0000 (12:00 -0400)
src/tools/msvc/vcregress.pl

index 1cad69c7912094ec2b833443c2ebeb65ad8962b0..5d37a68b93c902ff6df7ffd07276b313162d8bb7 100644 (file)
@@ -233,7 +233,7 @@ sub taptest
 
    die "no tests found!" unless -d "$topdir/$dir/t";
 
-   push(@args,"$topdir/$dir);
+   push(@args,"$topdir/$dir");
 
    InstallTemp();
    my $status = tap_check(@args);