]> granicus.if.org Git - postgresql/commitdiff
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:47 +0000 (12:00 -0400)
src/tools/msvc/vcregress.pl

index 6fd0b7e8af845849340e335b4f374a066237e0ce..a609d997c92340ae31f822c0620d740f3e011f89 100644 (file)
@@ -235,7 +235,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);