aboutsummaryrefslogtreecommitdiff
path: root/bin/test
Commit message (Expand)AuthorAgeFilesLines
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Make bsd.test.mk the only public mk fragment for the building of tests.Julio Merino2014-03-141-1/+1
* Replace hand-crafted Kyuafiles with automatic generation.Julio Merino2014-01-142-13/+6
* Run the sh(1) and test(1) tests as unprivileged.Julio Merino2014-01-102-0/+13
* Migrate tools/regression/bin/ tests to the new layout.Julio Merino2013-12-113-0/+211
* test: Avoid looking up again the type of a known binary operator.Jilles Tjoelker2013-12-051-7/+6
* test: Simplify the code by unifying op_num and op_type.Jilles Tjoelker2013-12-011-78/+75
* test(1): Add information about replacing -nt/-ot.Jilles Tjoelker2013-05-311-0/+16
* test(1): List non-standard primaries.Jilles Tjoelker2013-05-311-1/+12
* test: Remove -ntXY and -otXY primaries.Jilles Tjoelker2013-05-312-215/+27
* Enhance test(1) by adding provision to compare any combination of thePeter Jeremy2013-02-252-27/+215
* test(1): Document == alias for =.Jilles Tjoelker2012-12-271-1/+8
* Minor mdoc nits.Joel Dahl2012-05-131-1/+1
* test: Reduce code size of ops table.Jilles Tjoelker2011-11-251-5/+5
* Put some static keywords in the source code.Ed Schouten2011-10-311-5/+5
* bin: Prefer strrchr() to rindex().Jilles Tjoelker2011-03-151-1/+1
* Accept == as an alias of = which is a popular GNU extension.Xin LI2011-02-271-0/+1
* test: Note that this is used both as a normal program and a shell builtin.Jilles Tjoelker2011-02-151-0/+4
* test: Move tests to tools/regression/bin/test.Jilles Tjoelker2010-11-083-353/+0
* Revert changes of 'assure' to 'ensure' made in r211936.Rebecca Cran2010-09-111-1/+1
* test(1): Fix markup, ( and ) must be separate arguments so leave spaces.Jilles Tjoelker2010-09-101-1/+1
* test(1): Clarify grammar ambiguity and -a/-o vs shell &&/||.Jilles Tjoelker2010-09-101-5/+12
* Fix incorrect usage of 'assure' and 'insure'.Rebecca Cran2010-08-281-1/+1
* Change all our own code to use st_*tim instead of st_*timespec.Ed Schouten2010-03-281-3/+3
* Fix various cases with 3 or 4 parameters in test(1) to be POSIX compliant.Jilles Tjoelker2009-05-262-9/+99
* - rename the RETURN VALUES section to EXIT STATUSDaniel Gerzo2009-01-071-1/+1
* Simplify some markup.Ruslan Ermilov2006-12-141-32/+34
* Granting the amount of misunderstanding the last change received,Yaroslav Tykhiy2006-07-311-1/+7
* Document that both sides of -a or -o are always evaluated. ThisYaroslav Tykhiy2006-07-271-1/+8
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-103-2/+5
* Clarify: test compares strings by binary value, not "ASCII value".Tim J. Robbins2004-07-031-3/+3
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+4
* Typo: s/SunOP/SunOS/g.Maxim Konovalov2004-06-161-2/+2
* Remove a duplicated description of the test for the null string.Yaroslav Tykhiy2004-06-071-5/+0
* Describe how test(1) will evaluate its expressions for a symlink.Yaroslav Tykhiy2004-06-071-1/+13
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* Don't escape names in MLINKS: this won't work with bsd.man.mk,v 1.53.Ruslan Ermilov2003-09-071-1/+1
* o Backout rev. 1.40 and rev. 1.49.Maxim Konovalov2002-08-151-36/+34
* Make test check the tv_nsec part of a struct stat when comparingDavid Malone2002-07-271-8/+10
* Fix a memory leak.Maxim Konovalov2002-07-051-0/+1
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-4/+2
* while i'm breaking stuff, use __dead2 instead of GCC specific __attribute__.Alfred Perlstein2002-05-111-2/+1
* backout additional include of cdefs.h, it's not helping any.Alfred Perlstein2002-05-111-1/+0
* include cdefs.h for __printf0like to silence warning.Alfred Perlstein2002-05-111-0/+1
* Use intmax_t as quad_t replacement, like in exprAndrey A. Chernov2002-03-281-5/+6
* Log:Maxim Konovalov2002-03-061-10/+6
* __printflike() should really be __printf0like() since verrx() canKris Kennaway2002-02-041-1/+1
* Add a __printflike() attribute to silence warning with FORMAT_AUDIT=1Kris Kennaway2002-02-041-1/+2
* Work around a buffer overflow problem on argv that has been exposedAkinori MUSHA2002-02-031-6/+16
* o __P has been reovedWarner Losh2002-02-021-61/+32