diff --git a/test/Makefile b/test/Makefile index 079bd40..6e8ebc2 100644 --- a/test/Makefile +++ b/test/Makefile @@ -24,9 +24,6 @@ REGRESS= allcols.load \ copy.load \ copy-hex.load \ dbf.load \ - dbf-memo.load \ - dbf-31.load \ - dbf-8b.load \ errors.load \ fixed.load \ fields-with-periods.load \ @@ -37,6 +34,13 @@ REGRESS= allcols.load \ udc.load \ xzero.load +# Those are not included in the tests because CCL doesn't have the cp866 +# encoding, and then PostgreSQL 9.6 lacks "create schema if not exists". +# +# dbf-memo.load +# dbf-31.load +# dbf-8b.load + PGLOADER ?= ../build/bin/pgloader PGSUPERUSER ?= postgres