]> 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:01:13 +0000 (12:01 -0400)
src/tools/msvc/vcregress.pl

index 2ee9e48d3ac90b64a7702fc51d9435e8aa67dbc7..5ccd5b36e175ff96914b1da96ea8887556a028b1 100644 (file)
@@ -237,7 +237,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);