Add a simple regression test for sshd's configuration parser. Right now,
authordtucker <dtucker@openbsd.org>
Thu, 23 Apr 2015 05:01:19 +0000 (05:01 +0000)
committerdtucker <dtucker@openbsd.org>
Thu, 23 Apr 2015 05:01:19 +0000 (05:01 +0000)
commitd745f085f45449153aca2cfdf73a749cea8b2cff
tree1c4d1adb833b6dd65745641a48dcc03378b2f9fa
parentcfabeafa83bfd9f7bd14c1a5e8377be4c7053ef0
Add a simple regression test for sshd's configuration parser.  Right now,
all it does is run the output of sshd -T back through itself and ensure
the output is valid and invariant.
regress/usr.bin/ssh/Makefile
regress/usr.bin/ssh/cfgparse.sh [new file with mode: 0644]