Fix typo also in expected output.

Commit 181bdb90ba fixed the typo in the .sql file, but forgot to update the
expected output.
pull/17/merge
Heikki Linnakangas 9 years ago
parent d02d985349
commit d93b7535a6
  1. 2
      contrib/sepgsql/expected/label.out

@ -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

Loading…
Cancel
Save