Skip to content

Commit

Permalink
Fix typo also in expected output.
Browse files Browse the repository at this point in the history
Commit 181bdb9 fixed the typo in the .sql file, but forgot to update the
expected output.
  • Loading branch information
hlinnaka committed Feb 6, 2017
1 parent 90e8599 commit 50baad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/sepgsql/expected/label.out
Expand Up @@ -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
Expand Down

0 comments on commit 50baad4

Please sign in to comment.