Add simple regress tests for sudo.conf parsing.

This commit is contained in:
Todd C. Miller
2013-02-15 14:42:10 -05:00
parent 790304789e
commit 0c40e82c16
16 changed files with 295 additions and 72 deletions

View File

@@ -147,7 +147,7 @@ main(int argc, char *argv[])
textdomain("sudoers");
/* Read sudo.conf. */
sudo_conf_read();
sudo_conf_read(NULL);
dflag = 0;
grfile = pwfile = NULL;