Added regression testing for --no-superuser-check option.

This commit is contained in:
Nathan Bossart
2017-03-02 02:58:41 +00:00
parent 7471eeaa0c
commit 1f784089a6
3 changed files with 31 additions and 1 deletions

View File

@ -277,7 +277,7 @@ static pgut_option options[] =
{ 'B', 'Z', "no-analyze", &analyze },
{ 'i', 'j', "jobs", &jobs },
{ 'b', 'D', "no-kill-backend", &no_kill_backend },
{ 'b', 'k', "no-superuser-check", &no_superuser_check },
{ 'b', 'k', "no-superuser-check", &no_superuser_check },
{ 0 },
};