diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2017-07-16 12:00:23 -0400 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2017-07-16 12:00:23 -0400 |
commit | f5b2f270849395b39bdd87a6459bd0a05f78249d (patch) | |
tree | cc49f020b0f8ce0a38c219b81f7c76de2736e91a /src | |
parent | 9c3f502b45a9f6c7bf7505ac84f13712fff1ee71 (diff) | |
download | postgresql-f5b2f270849395b39bdd87a6459bd0a05f78249d.tar.gz postgresql-f5b2f270849395b39bdd87a6459bd0a05f78249d.zip |
fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/msvc/vcregress.pl | 2 |
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); |