From: Andrew Dunstan Date: Thu, 3 Jun 2010 11:03:09 +0000 (+0000) Subject: Fix regression test name for plperlu_plperl in msvc. X-Git-Tag: REL8_4_5~92 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=f28dd96cde48b9a69ec80dffed2c8f161d2a63e8;p=users%2Fc2main%2Fpostgres.git Fix regression test name for plperlu_plperl in msvc. --- diff --git a/src/tools/msvc/vcregress.pl b/src/tools/msvc/vcregress.pl index ed94457556..7a347c0d5c 100644 --- a/src/tools/msvc/vcregress.pl +++ b/src/tools/msvc/vcregress.pl @@ -1,7 +1,7 @@ # -*-perl-*- hey - emacs - this is a perl file -# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.10.2.2 2010/06/02 15:58:26 adunstan Exp $ +# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.10.2.3 2010/06/03 11:03:09 adunstan Exp $ use strict; @@ -170,7 +170,7 @@ sub plcheck use Config; if ($Config{usemultiplicity} eq 'define') { - push(@tests,'plperl_plperlu'); + push(@tests,'plperlu_plperl'); } } print "============================================================\n";