Skip to content
Snippets Groups Projects
Commit d93b7535 authored by Heikki Linnakangas's avatar Heikki Linnakangas
Browse files

Fix typo also in expected output.

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