Commit d93b7535 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix typo also in expected output.

Commit 181bdb90 fixed the typo in the .sql file, but forgot to update the
expected output.
parent d02d9853
...@@ -438,7 +438,7 @@ SELECT sepgsql_getcon(); ...@@ -438,7 +438,7 @@ SELECT sepgsql_getcon();
unconfined_u:unconfined_r:sepgsql_regtest_pool_t:s0 unconfined_u:unconfined_r:sepgsql_regtest_pool_t:s0
(1 row) (1 row)
-- the pooler cannot touch these tables directry -- the pooler cannot touch these tables directly
SELECT * FROM foo_tbl; -- failed SELECT * FROM foo_tbl; -- failed
ERROR: SELinux: security policy violation ERROR: SELinux: security policy violation
SELECT * FROM var_tbl; -- failed SELECT * FROM var_tbl; -- failed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment