summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Expand)Author
2023-12-13remove -o cases; reminded by antonKlemens Nanni
2023-11-24Additional tests of automatic tagging involving different kinds of hyphensIngo Schwarze
2023-11-241. Do not put ASCII_HYPH (0x1c) into the tag file.Ingo Schwarze
2023-11-16Add expected output files, missed in previous commit. I hope our grep isAnton Lindqvist
2023-11-15Add regress test for "grep -m" behavior. From Crystal Kolipe.Todd C. Miller
2023-11-13reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.197Ingo Schwarze
2023-11-11Ignore -N in "gzip -dN <in.gz" and "zcat -N in.gz"George Koehler
2023-11-10Make further use of netcat server close barrier in regress to reduceAnton Lindqvist
2023-11-06Mark a couple of tests as broken, now that the sysORTable is gone/empty.Martijn van Duren
2023-11-03Make netcat tests less flaky by ensuring the server has terminated beforeAnton Lindqvist
2023-11-01Specify ssh binary to use instead of relying on installed one. FixesDarren Tucker
2023-11-01add some tests of forced commands overriding Subsystem directivesDamien Miller
2023-10-31Don't try to use sudo inside sshd log wrapper. We still need toDarren Tucker
2023-10-31Only try to chmod logfile if we have sudo. If we don't have sudoDarren Tucker
2023-10-30move PKCS#11 setup code to test-exec.sh so it can be reused elsewhereDamien Miller
2023-10-30tidy and refactor PKCS#11 setup codeDamien Miller
2023-10-29Only try to chown logfiles that exist to prevent spurious errors.Darren Tucker
2023-10-26make use of bsd.regress.mk in extra and interop targets; ok dtucker@Anton Lindqvist
2023-10-26Skip conch interop tests when not enabled instead of fatal.Darren Tucker
2023-10-25ssh conch interop tests requires a controlling terminal; ok dtucker@Anton Lindqvist
2023-10-24Implement the man(7) .MR macro, a 2023 GNU extension.Ingo Schwarze
2023-10-23once again, i forgot to update the date in the footerIngo Schwarze
2023-10-23Support some escape sequences, in particular character escape sequences,Ingo Schwarze
2023-10-23Use private key that is allowed by sshd defaults in conch interop tests.Anton Lindqvist
2023-10-22new regression test for roff.c rev. 1.270:Ingo Schwarze
2023-10-21regression test for roff.c rev. 1.269:Ingo Schwarze
2023-10-20Allow overriding the locations of the Dropbear binaries similar to whatDarren Tucker
2023-10-20Add interop test with Dropbear. Right now this is only dbclient not theDarren Tucker
2023-10-19Add missing removal of network interfaces in regress cleanup targets.Anton Lindqvist
2023-10-18adjust sgr0 escape sequence after ncurses update; ok nicm@Anton Lindqvist
2023-10-12typos and extra debug trace callsDamien Miller
2023-10-12ensure logs are owned by correct user; feedback/ok dtucker@Damien Miller
2023-10-06typo in error messageDamien Miller
2023-10-06Perform the softhsm2 setup as discrete steps rather than as a longDamien Miller
2023-09-24REGRESS_FAIL_EARLY defaults to yes now. So no need to overload theClaudio Jeker
2023-09-21Remove REGRESS_FULL. It is not documented, just hides some testsAlexander Bluhm
2023-09-21Remove cap_mkdb regress. The program fails as -i option has beenAlexander Bluhm
2023-09-21Add rsync to subdir to create obj. With obj directory rsync testAlexander Bluhm
2023-09-18Favor jot while generating characters within the [1, 256) range as awkAnton Lindqvist
2023-09-08regress test recursive remote-remote directories copies where theDamien Miller
2023-09-08regress test for recursive copies of directories containing symlinksDamien Miller
2023-09-06regression test for override of subsystem in match blocksDamien Miller
2023-07-28Some open rsync tests fail when run as regular user. If runningAlexander Bluhm
2023-07-28don't need to start a command here; use ssh -N instead.Damien Miller
2023-07-24remove errstr -stats testTheo Buehler
2023-07-16Make remaining unstable tests fail consistently by adjusting theAnton Lindqvist
2023-07-12Add test which consistently triggers the problem with test6_perms,Anton Lindqvist
2023-07-11Trim leading whitespace from find(1) output, missed in previous.Anton Lindqvist
2023-07-10The rsync tests are unstable since the directory listing includes theAnton Lindqvist
2023-07-03favor REGRESS_EXPECTED_FAILURESAnton Lindqvist