head	1.2;
access;
symbols
	REL8_3_11:1.1
	REL8_3_10:1.1
	REL8_3_9:1.1
	REL8_3_8:1.1
	REL8_3_7:1.1
	REL8_3_6:1.1
	REL8_3_5:1.1
	REL8_3_4:1.1
	REL8_3_3:1.1
	REL8_3_2:1.1
	REL8_3_1:1.1
	REL8_3_STABLE:1.1.0.2
	REL8_3_0:1.1
	REL8_3_RC2:1.1
	REL8_3_RC1:1.1
	REL8_3_BETA4:1.1
	REL8_3_BETA3:1.1
	REL8_3_BETA2:1.1
	REL8_3_BETA1:1.1;
locks; strict;
comment	@# @;


1.2
date	2008.12.01.11.37.37;	author meskes;	state dead;
branches;
next	1.1;

1.1
date	2007.01.12.11.27.28;	author meskes;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Removed port testing.
@
text
@subdir = src/interfaces/ecpg/test/expected
top_builddir = ../../../../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/$(subdir)/../Makefile.regress

# port number for temp-installation test postmaster
# this is also defined in ../Makefile
TEMP_PORT = 5$(DEF_PGPORT)

connect-test1.c: connect-test1.c.in
	sed -e 's,@@TEMP_PORT@@,$(TEMP_PORT),g' \
	  $< >$@@

all: connect-test1.c

extraclean:
	rm -f connect-test1.c

@


1.1
log
@also adjust MinGW expected file to new setup
create expected file with correct port number
@
text
@@

