aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2007-08-23 00:38:17 +0000
committerAndrew Dunstan <andrew@dunslane.net>2007-08-23 00:38:17 +0000
commit1535f26c70f985a33bf47dfe44edb2bf4a95cbc2 (patch)
tree87962f858293e682909ed104fcc07c0bf21f3650
parent2ae8825a8eacfdcb5ddaf8d35b9f2151f0656761 (diff)
downloadpostgresql-1535f26c70f985a33bf47dfe44edb2bf4a95cbc2.tar.gz
postgresql-1535f26c70f985a33bf47dfe44edb2bf4a95cbc2.zip
unbreak ECPG tests for VPATH builds.
-rw-r--r--src/interfaces/ecpg/test/connect/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/test/connect/Makefile b/src/interfaces/ecpg/test/connect/Makefile
index 1ca1cddadf7..7df06cfd2b5 100644
--- a/src/interfaces/ecpg/test/connect/Makefile
+++ b/src/interfaces/ecpg/test/connect/Makefile
@@ -11,7 +11,7 @@ test1.pgc: test1.pgc.in
sed -e 's,@TEMP_PORT@,$(TEMP_PORT),g' \
$< >$@
sed -e 's,@TEMP_PORT@,$(TEMP_PORT),g' \
- ../expected/connect-test1.c.in >../expected/connect-test1.c
+ $(top_srcdir)/$(subdir)/../expected/connect-test1.c.in >../expected/connect-test1.c
TESTS = test1 test1.c \
test2 test2.c \