Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-15 | allow specification of binary-under-test with | Markus Friedl | |
$TEST_SSH_{SSH,SSHD,SSHAGENT,SSHADD,SSHKEYGEN,SSHKEYSCAN} | |||
2002-02-26 | Add test for PR 2311 | Marc Espie | |
2002-02-23 | no more need to explicitly specify regress: _SUBDIRUSE targets anymore. | Artur Grabowski | |
XXX - what about the install targets? | |||
2002-02-22 | make test for pr 2354 explicit | Markus Friedl | |
2002-02-22 | test keyscan as well (test for pr 2354) | Markus Friedl | |
2002-02-18 | clean | Artur Grabowski | |
2002-02-18 | call fatal on ^C, print ok on success | Markus Friedl | |
2002-02-18 | no printf+\r, just use echo | Markus Friedl | |
2002-02-18 | don't mark tests as slow, have some slow tests print out information by default | Markus Friedl | |
2002-02-18 | relax restrictions for 'proxy-mode' tests (StrictModes=no), because | Markus Friedl | |
sshd only accepts connections from stdin. allows testing with 775 /usr/obj | |||
2002-02-17 | try agent forwarding, too. | Markus Friedl | |
2002-02-16 | $OpenBSD$, public domain | Markus Friedl | |
2002-02-16 | add some (disabled) tests for interop with ssh.com serves. | Markus Friedl | |
2002-02-15 | we don't need a listening sshd for most of our tests, just | Markus Friedl | |
connect client and server w/o TCP: ssh -o 'proxycommand sshd -i -f $OBJ/sshd_proxy' | |||
2002-02-15 | delete agent keys, too | Markus Friedl | |
2002-02-15 | chmod 644 authorized_keys | Markus Friedl | |
2002-02-14 | serveral tests for ssh-keygen/ssh/sshd/ssh-add/ssh-agent | Markus 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-14 | enable ssh | Markus Friedl | |
2002-01-17 | regress for ssh-keygen | Markus Friedl | |
2002-01-03 | t4 is slow | Artur Grabowski | |
2002-01-03 | Add some missing CLEANFILES. | Artur Grabowski | |
2002-01-02 | dumb conversion to bsd.regress.mk. Needs splitting into smaller tests. | Artur Grabowski | |
2002-01-01 | simple conversion to bsd.regress.mk | Artur Grabowski | |
2002-01-01 | convert to bsd.regress.mk. This allows us to have the tests | Artur Grabowski | |
correctly sorted, now that one failing test doesn't keep the others from running. | |||
2002-01-01 | trivial conversions to bsd.regress.mk | Artur Grabowski | |
2001-11-21 | make currently incorrectly uses annotations for suffixes rules for | Marc Espie | |
non-suffixes rules. | |||
2001-10-14 | esyscmd test, requires current m4 | Todd T. Fries | |
2001-10-10 | nasty, nasty... with indir calls, we might end up with expand_macro call | Marc Espie | |
for a macro call without parenthesis... | |||
2001-10-10 | Check whether __file__ is correctly quoted (probleme noticed in gm4 dumpdef) | Marc Espie | |
2001-10-06 | regression test for last buglet. Thanks Dale. | Marc Espie | |
2001-09-29 | test funky quotes, in normal and gnu-m4 mode. | Marc Espie | |
2001-09-27 | weird testcases... | Marc Espie | |
2001-09-27 | More patsubst that fail... | Marc Espie | |
2001-09-19 | Add $OpenBSD$. | Marc Espie | |
A testcase for redefining builtins. | |||
2001-09-17 | 8 bit quotes | Marc Espie | |
2001-09-17 | Scary interaction | Marc Espie | |
2001-09-16 | patsubst on multi-line pattern... icky. | Marc Espie | |
2001-09-16 | check pattern subst | Marc Espie | |
2001-09-07 | Add one further test | Marc Espie | |
2001-08-17 | M4 indirection, to test other binaries more easily. | Marc Espie | |
2001-07-12 | Better tsort checker: parses cycle output, and checks that it's correct | Marc 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-11 | Space stripping | Marc Espie | |
2001-07-09 | trim it down | Marc Espie | |
2001-07-09 | Add test that tsort fails (incorrect detection of cycle). | Marc Espie | |
Based on a test case found by Dragos Ruiu (dr@kyx.net) | |||
2001-05-26 | Check curly braces expansion. | Marc Espie | |
2001-05-15 | Fun with parsing | Marc Espie | |
2001-05-15 | reorder tests. Test 7 fails. That's known. | Marc Espie | |
Add VAR:sh=cmd check | |||
2001-05-15 | niklas is an idiot | Marc Espie | |
2001-05-14 | Got two questions about it already: yes, t7 fails, and will until the cond | Marc Espie | |
parser gets fixed. | |||
2001-03-07 | Somehow 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). |