summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Collapse)Author
2018-02-09Skip sftp-chroot test when SUDO not set instead of fatal().Darren Tucker
2018-02-09Replace fatal with exit in the case that we do not have $SUDO set.Darren Tucker
Prevents test failures when neither sudo nor doas are configured.
2018-02-08some helpers to check verbose/quiet modeDamien Miller
2018-02-07fix wrong dateIngo Schwarze
2018-02-06Delete the "no blank before trailing delimiter" check from theIngo Schwarze
partial explicit macros. Leah Neukirchen <leah at vuxu dot org> rightfully points out that the check makes no sense for these macros.
2018-02-06Respect the OPENSSL make variable everywhere so thatTheo Buehler
make OPENSSL=/usr/src/usr.bin/openssl/obj/openssl actually does the expected thing instead of running a mixture of both the openssl below /usr/obj and the one below /usr/bin. Found the hard way via backtraces that made no sense whatsoever. ok jsing
2018-02-03Tests were incorrect.Martin Pieuchot
2018-01-13catch up with how formatting of long links was changedIngo Schwarze
in both groff and mandoc
2017-12-21another libssh casualtyDamien Miller
2017-12-21missed one (unbreak after ssh/lib removal)Damien Miller
2017-12-21unbreak unit tests after removal of src/usr.bin/ssh/libDamien Miller
2017-12-19explicitly test all key types and their certificate counterpartsDamien Miller
refactor a little
2017-12-15replace a hardcoded jot with ${JOT}Theo Buehler
2017-12-15enable the 'wDn' test now that jot has been fixed.Theo Buehler
2017-12-11use cmp in a loop instead of diff -N to compare directories. The formerDarren Tucker
works on more platforms for Portable.
2017-12-11Sergey Bronnikov's code coverage analysis shows that a few more code pathsTheo Buehler
could be exercised. Add a few tests to do just that. The wDn test is currently disabled, as it will only pass after a commit to jot.c.
2017-12-02Adapt to change in 0ZOtto Moerbeek
2017-12-01and enable new testOtto Moerbeek
2017-12-01extra tests for Z (upcoming implementation change)Otto Moerbeek
2017-11-29zap untrue comment (since bcode.c 1.43)Otto Moerbeek
2017-11-29fix decl of mainOtto Moerbeek
2017-11-08Enable this test on i386.Martin Pieuchot
2017-11-03Fix regression, pointed out by Mark Johnston.Martin Pieuchot
2017-10-30whitespace at EOLDamien Miller
2017-10-30whitespace at EOLDamien Miller
2017-10-25Use printenv to test whether an SSH_USER_AUTH is set instead ofTodd C. Miller
using $SSH_USER_AUTH. The latter won't work with csh which treats unknown variables as an error when expanding them. OK markus@
2017-10-24Add tests for URI parsing. OK markus@Todd C. Miller
2017-10-23ifelse is special, fix argv parsing to avoid segfaultMarc Espie
problem noticed by Matthew Green (netbsd), slightly different fix so that argc counting makes more sense. we might want to warn on wrong number of parameters later, but this is somewhat inconsistent depending on the builtin right now. okay millert@
2017-10-20more RCSIDsDamien Miller
2017-10-16Add test for memcpy() -> memmove() regression.anton
2017-10-16Specify the xargs binary to test using a variable.anton
While here, do not suppress the command executed by make.
2017-10-04exercise PermitOpen a little more thoroughlyDamien Miller
2017-09-26UsePrivilegeSeparation is gone, stop trying to test it.Darren Tucker
2017-09-21test reverse dynamic forwarding with SOCKSMarkus Friedl
2017-09-13Print SKIPPED if sudo and doas configuration is missing. PreventsAlexander Bluhm
that running the regression test with wrong environment is reported as failure. Keep the fatal there to avoid interfering with other setups for portable ssh. OK dtucker@
2017-08-26Add regression tests for not removing subpaths of /usr/include andJonathan Gray
/usr/lib. ok jasper@
2017-08-23eliminate white space after opening and before closing punctuationIngo Schwarze
2017-08-23Suppress spacing before certain kinds of lists.Ingo Schwarze
One benefit is a reduced probablity that a blank appears between a function name and the opening parenthesis introducing the arguments. The heuristics isn't perfect and may occasionally suppress a blank that wouldn't do harm.
2017-08-23Fix test skip on unsupported architectures.Alexander Bluhm
OK uwe@
2017-08-23Improve ASCII rendering of a few rare character escape sequencesIngo Schwarze
that can be changed unilaterally because groff fails to render them at all.
2017-08-23Catch up with mansearch.c rev. 1.60: When finding a bogus databaseIngo Schwarze
entry, print a meaningful warning and skip the entry. The tests now require the actual manual pages to be around in addition to the database, they find more results and print more warnings.
2017-08-23catch up with ASCII renderings in chars.c rev. 1.42Ingo Schwarze
2017-08-15add static test tooJasper Lievisse Adriaanse
2017-08-15add tests for filter system directoriesJasper Lievisse Adriaanse
2017-08-14Add a very basic test for ctfdump(1) on amd64Uwe Stuehler
If the output of ctfdump(1) is correct, it would imply that ctfconv(1) and ctfstrip(1) also worked as expected, at least to some extent. :) ok mpi, bluhm
2017-08-12If the user running doas regress is not in the wobj group, switchAlexander Bluhm
to the build user. This allows to run doas with a suitable user and tests pass when started as root.
2017-08-08Mandoc no longer uses names that only occur in the SYNOPSIS.Alexander Bluhm
Adapt test. OK schwarze@
2017-08-07Remove obsolete privsep=no fallback test.Darren Tucker
2017-08-07Remove non-privsep test since disabling privsep is now deprecated.Darren Tucker
2017-07-28fix dateIngo Schwarze