No superuser check separated from other tests

The output differs across versions because it can include the context.

This made:

- repack.out = repack_1.out
- repack_3.out = repack_5.out
This commit is contained in:
Daniele Varrazzo
2018-03-20 12:28:16 +00:00
parent 6dfbfffe59
commit a5509c7415
9 changed files with 51 additions and 78 deletions

View File

@ -17,7 +17,7 @@ INTVERSION := $(shell echo $$(($$(echo $(VERSION).0 | sed 's/\([[:digit:]]\{1,\}
# Test suite
#
REGRESS := init-extension repack after-schema tablespace issue3
REGRESS := init-extension repack after-schema nosuper tablespace issue3
USE_PGXS = 1 # use pgxs if not in contrib directory
PGXS := $(shell $(PG_CONFIG) --pgxs)