]> git.ipfire.org Git - thirdparty/postgresql.git/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:56 +0000 (12:00 -0400)
src/tools/msvc/vcregress.pl

index 0d0cff9185ab26ef2035801e3633b82d34228ce6..1ec595af369dfb00d7071c81063a59a144768c6e 100644 (file)
@@ -236,7 +236,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);