fix typo in vcregress.pl
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 24 Sep 2007 21:14:54 +0000 (21:14 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 24 Sep 2007 21:14:54 +0000 (21:14 +0000)
src/tools/msvc/vcregress.pl

index 1ab0973215fc96d0294bba9b74a0bdb03fec7da0..0ec34e07a7ddf068f75ad224bc5a1ceda251fa95 100644 (file)
@@ -1,7 +1,7 @@
 
 # -*-perl-*- hey - emacs - this is a perl file
 
-# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.1 2007/09/23 21:52:56 adunstan Exp $
+# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.2 2007/09/24 21:14:54 adunstan Exp $
 
 use strict;
 
@@ -36,7 +36,7 @@ else
 # use a capital C here because config.pl has $config
 my $Config = -e "release/postgres/postgres.exe" ? "Release" : "Debug";
 
-copy("$Config/refint/defint.dll","contrib/spi");
+copy("$Config/refint/refint.dll","contrib/spi");
 copy("$Config/autoinc/autoinc.dll","contrib/spi");
 copy("$Config/regress/regress.dll","src/test/regress");