]> granicus.if.org Git - postgresql/commit
Move security_label test
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 1 Dec 2014 19:12:43 +0000 (16:12 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 1 Dec 2014 19:12:43 +0000 (16:12 -0300)
commitdf761e3cf79db09d602610ee61e51cb378288382
tree30781e0286dfc6bcaf6d9b7dcec3a7b940a2a5ed
parente09996ff8dee3f70b0a027cffebccef4388ed5b7
Move security_label test

Rather than have the core security_label regression test depend on the
dummy_seclabel module, have that part of the test be executed by
dummy_seclabel itself directly.  This simplifies the testing rig a bit;
in particular it should silence the problems from the MSVC buildfarm
phylum, which haven't yet gotten taught how to install src/test/modules.
src/test/modules/dummy_seclabel/Makefile
src/test/modules/dummy_seclabel/input/dummy_seclabel.source [new file with mode: 0644]
src/test/modules/dummy_seclabel/output/dummy_seclabel.source [new file with mode: 0644]
src/test/regress/GNUmakefile
src/test/regress/expected/security_label.out [new file with mode: 0644]
src/test/regress/input/security_label.source [deleted file]
src/test/regress/output/security_label.source [deleted file]
src/test/regress/sql/security_label.sql [new file with mode: 0644]