diff options
author | Heikki Linnakangas | 2017-02-06 10:04:04 +0000 |
---|---|---|
committer | Heikki Linnakangas | 2017-02-06 10:04:04 +0000 |
commit | d93b7535a68b03cb8126b930af796af469fdd109 (patch) | |
tree | 9220f4e22a4a372da66cecd476bf976e8fb0333d | |
parent | d02d985349cad066330786bd38e186a569415751 (diff) |
Fix typo also in expected output.
Commit 181bdb90ba fixed the typo in the .sql file, but forgot to update the
expected output.
-rw-r--r-- | contrib/sepgsql/expected/label.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sepgsql/expected/label.out b/contrib/sepgsql/expected/label.out index 7af51897da..638e138f0b 100644 --- a/contrib/sepgsql/expected/label.out +++ b/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 |