Commit d6ab1467 authored by Noah Misch's avatar Noah Misch

MSVC: Remove duplicate PATH entry in test harness.

Back-patch to 9.5, where commit 4cb7d671
introduced it.
parent d6925228
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment