]> granicus.if.org Git - postgresql/commitdiff
MSVC: Remove duplicate PATH entry in test harness.
authorNoah Misch <noah@leadboat.com>
Thu, 30 Jul 2015 02:48:43 +0000 (22:48 -0400)
committerNoah Misch <noah@leadboat.com>
Thu, 30 Jul 2015 02:48:43 +0000 (22:48 -0400)
Back-patch to 9.5, where commit 4cb7d671fddc8855c8def2de51fb23df1c8ac0af
introduced it.

src/tools/msvc/vcregress.pl

index 92b98e765f00754faf836fb7a55a51c86eb3e7e0..fff628d3d88958eb8aec06c6e390e5c52ac90df2 100644 (file)
@@ -52,7 +52,7 @@ copy("$Config/autoinc/autoinc.dll",               "src/test/regress");
 copy("$Config/regress/regress.dll",               "src/test/regress");
 copy("$Config/dummy_seclabel/dummy_seclabel.dll", "src/test/regress");
 
-$ENV{PATH} = "$topdir/$Config/libpq;$topdir/$Config/libpq;$ENV{PATH}";
+$ENV{PATH} = "$topdir/$Config/libpq;$ENV{PATH}";
 
 my $schedule = shift;
 unless ($schedule)