[sudo-commits] sudo changeset 6635:44f529b3cdb6

Todd C. Miller Todd.Miller at courtesan.com
Mon Mar 21 15:22:07 EDT 2011


changeset:	6635:44f529b3cdb6 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/44f529b3cdb6
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Mar 21 15:08:49 2011 -0400

Log Message:
	Move parser tests to sudoers directory and test the tokenizer output too.

diffstat:

 plugins/sudoers/Makefile.in                      |  61 ++++++++++++++++++-
 plugins/sudoers/regress/sudoers/test1.in         |   8 ++
 plugins/sudoers/regress/sudoers/test1.out.ok     |   6 +
 plugins/sudoers/regress/sudoers/test1.toke.ok    |   6 +
 plugins/sudoers/regress/sudoers/test2.in         |  60 ++++++++++++++++++
 plugins/sudoers/regress/sudoers/test2.out.ok     |  42 ++++++++++++
 plugins/sudoers/regress/sudoers/test2.toke.ok    |  60 ++++++++++++++++++
 plugins/sudoers/regress/sudoers/test3.in         |   6 +
 plugins/sudoers/regress/sudoers/test3.out.ok     |   9 ++
 plugins/sudoers/regress/sudoers/test3.toke.ok    |   6 +
 plugins/sudoers/regress/testsudoers/test1.ok     |   8 --
 plugins/sudoers/regress/testsudoers/test1.out.ok |   8 ++
 plugins/sudoers/regress/testsudoers/test1.sh     |  12 +---
 plugins/sudoers/regress/testsudoers/test2.out    |  42 ------------
 plugins/sudoers/regress/testsudoers/test2.sh     |  79 ------------------------
 plugins/sudoers/regress/testsudoers/test3.ok     |   9 --
 plugins/sudoers/regress/testsudoers/test3.sh     |  22 ------
 plugins/sudoers/regress/visudo/test1.ok          |   1 -
 plugins/sudoers/regress/visudo/test1.sh          |  22 ------
 19 files changed, 272 insertions(+), 195 deletions(-)



More information about the sudo-commits mailing list