summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Collapse)Author
2002-03-15allow specification of binary-under-test withMarkus Friedl
$TEST_SSH_{SSH,SSHD,SSHAGENT,SSHADD,SSHKEYGEN,SSHKEYSCAN}
2002-02-26Add test for PR 2311Marc Espie
2002-02-23no more need to explicitly specify regress: _SUBDIRUSE targets anymore.Artur Grabowski
XXX - what about the install targets?
2002-02-22make test for pr 2354 explicitMarkus Friedl
2002-02-22test keyscan as well (test for pr 2354)Markus Friedl
2002-02-18cleanArtur Grabowski
2002-02-18call fatal on ^C, print ok on successMarkus Friedl
2002-02-18no printf+\r, just use echoMarkus Friedl
2002-02-18don't mark tests as slow, have some slow tests print out information by defaultMarkus Friedl
2002-02-18relax restrictions for 'proxy-mode' tests (StrictModes=no), becauseMarkus Friedl
sshd only accepts connections from stdin. allows testing with 775 /usr/obj
2002-02-17try agent forwarding, too.Markus Friedl
2002-02-16$OpenBSD$, public domainMarkus Friedl
2002-02-16add some (disabled) tests for interop with ssh.com serves.Markus Friedl
2002-02-15we don't need a listening sshd for most of our tests, justMarkus Friedl
connect client and server w/o TCP: ssh -o 'proxycommand sshd -i -f $OBJ/sshd_proxy'
2002-02-15delete agent keys, tooMarkus Friedl
2002-02-15chmod 644 authorized_keysMarkus Friedl
2002-02-14serveral tests for ssh-keygen/ssh/sshd/ssh-add/ssh-agentMarkus Friedl
note that these tests will start sshd on 127.0.0.1:4242 and will fail if the realpath of /usr/src/usr.sbin/ssh/obj/ contains a group or world writeable directory.
2002-02-14enable sshMarkus Friedl
2002-01-17regress for ssh-keygenMarkus Friedl
2002-01-03t4 is slowArtur Grabowski
2002-01-03Add some missing CLEANFILES.Artur Grabowski
2002-01-02dumb conversion to bsd.regress.mk. Needs splitting into smaller tests.Artur Grabowski
2002-01-01simple conversion to bsd.regress.mkArtur Grabowski
2002-01-01convert to bsd.regress.mk. This allows us to have the testsArtur Grabowski
correctly sorted, now that one failing test doesn't keep the others from running.
2002-01-01trivial conversions to bsd.regress.mkArtur Grabowski
2001-11-21make currently incorrectly uses annotations for suffixes rules forMarc Espie
non-suffixes rules.
2001-10-14esyscmd test, requires current m4Todd T. Fries
2001-10-10nasty, nasty... with indir calls, we might end up with expand_macro callMarc Espie
for a macro call without parenthesis...
2001-10-10Check whether __file__ is correctly quoted (probleme noticed in gm4 dumpdef)Marc Espie
2001-10-06regression test for last buglet. Thanks Dale.Marc Espie
2001-09-29test funky quotes, in normal and gnu-m4 mode.Marc Espie
2001-09-27weird testcases...Marc Espie
2001-09-27More patsubst that fail...Marc Espie
2001-09-19Add $OpenBSD$.Marc Espie
A testcase for redefining builtins.
2001-09-178 bit quotesMarc Espie
2001-09-17Scary interactionMarc Espie
2001-09-16patsubst on multi-line pattern... icky.Marc Espie
2001-09-16check pattern substMarc Espie
2001-09-07Add one further testMarc Espie
2001-08-17M4 indirection, to test other binaries more easily.Marc Espie
2001-07-12Better tsort checker: parses cycle output, and checks that it's correctMarc Espie
with respect to the input. Additional testcase, based on libcurses, that failed in the past. Activate t5, t6. Check cycles output everywhere.
2001-07-11Space strippingMarc Espie
2001-07-09trim it downMarc Espie
2001-07-09Add test that tsort fails (incorrect detection of cycle).Marc Espie
Based on a test case found by Dragos Ruiu (dr@kyx.net)
2001-05-26Check curly braces expansion.Marc Espie
2001-05-15Fun with parsingMarc Espie
2001-05-15reorder tests. Test 7 fails. That's known.Marc Espie
Add VAR:sh=cmd check
2001-05-15niklas is an idiotMarc Espie
2001-05-14Got two questions about it already: yes, t7 fails, and will until the condMarc Espie
parser gets fixed.
2001-03-07Somehow I left my tsort there...Marc Espie
and the canonical output looks much better with a blank line removed. Note that the last test needs large amounts of memory to finish (especially the perl part).