aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2017-07-16 12:00:23 -0400
committerAndrew Dunstan <andrew@dunslane.net>2017-07-16 12:00:23 -0400
commitf5b2f270849395b39bdd87a6459bd0a05f78249d (patch)
treecc49f020b0f8ce0a38c219b81f7c76de2736e91a /src
parent9c3f502b45a9f6c7bf7505ac84f13712fff1ee71 (diff)
downloadpostgresql-f5b2f270849395b39bdd87a6459bd0a05f78249d.tar.gz
postgresql-f5b2f270849395b39bdd87a6459bd0a05f78249d.zip
fix typo
Diffstat (limited to 'src')
-rw-r--r--src/tools/msvc/vcregress.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/msvc/vcregress.pl b/src/tools/msvc/vcregress.pl
index 1cad69c7912..5d37a68b93c 100644
--- a/src/tools/msvc/vcregress.pl
+++ b/src/tools/msvc/vcregress.pl
@@ -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);