mksh/tests
tg a34b05d2e6 Import OpenBSD 3.3 source repository from CTM 3132 the first time
This opens an OpenBSD-mirabile (aka MirBSD) repository.

### MirBSD is:
# Copyright (c) 1982-2003 by Thorsten "mirabile" Glaser <x86@ePost.de>
# Copyright © 1968-2003  The authors of And contributors to UNIX®, the
#       C Language, BSD/Berkeley Unix; 386BSD, NetBSD 1.1 and OpenBSD.
#
# Anyone who obtained a copy of this work is hereby permitted to freely use,
# distribute, modify, merge, sublicence, give away or sell it as long as the
# authors are given due credit and the following notice is retained:
#
# This work is provided "as is", with no explicit or implicit warranty what-
# soever. Use it only at your own risk. In no event may an author or contri-
# butor be held liable for any damage, directly or indirectly, that origina-
# ted through or is caused by creation or modification of this work.

MirBSD is my private tree. MirBSD does not differ very much from OpenBSD
and intentionally tracks OpenBSD. That's why it _is_ OpenBSD, just not the
official one. It's like with DarrenBSD.

At time of this writing, no advertising for MirBSD must be done,
because the advertising clause has not yet been sorted out.

http://templeofhate.com/tglaser/MirBSD/index.php
2003-03-22 17:35:03 +00:00
..
alias.t Import OpenBSD 3.3 source repository from CTM 3132 the first time 2003-03-22 17:35:03 +00:00
arith.t Import OpenBSD 3.3 source repository from CTM 3132 the first time 2003-03-22 17:35:03 +00:00
bksl-nl.t Import OpenBSD 3.3 source repository from CTM 3132 the first time 2003-03-22 17:35:03 +00:00
brkcont.t Import OpenBSD 3.3 source repository from CTM 3132 the first time 2003-03-22 17:35:03 +00:00
cdhist.t Import OpenBSD 3.3 source repository from CTM 3132 the first time 2003-03-22 17:35:03 +00:00
eglob.t Import OpenBSD 3.3 source repository from CTM 3132 the first time 2003-03-22 17:35:03 +00:00
glob.t Import OpenBSD 3.3 source repository from CTM 3132 the first time 2003-03-22 17:35:03 +00:00
heredoc.t Import OpenBSD 3.3 source repository from CTM 3132 the first time 2003-03-22 17:35:03 +00:00
history.t Import OpenBSD 3.3 source repository from CTM 3132 the first time 2003-03-22 17:35:03 +00:00
ifs.t Import OpenBSD 3.3 source repository from CTM 3132 the first time 2003-03-22 17:35:03 +00:00
integer.t Import OpenBSD 3.3 source repository from CTM 3132 the first time 2003-03-22 17:35:03 +00:00
lineno.t Import OpenBSD 3.3 source repository from CTM 3132 the first time 2003-03-22 17:35:03 +00:00
read.t Import OpenBSD 3.3 source repository from CTM 3132 the first time 2003-03-22 17:35:03 +00:00
README Import OpenBSD 3.3 source repository from CTM 3132 the first time 2003-03-22 17:35:03 +00:00
regress.t Import OpenBSD 3.3 source repository from CTM 3132 the first time 2003-03-22 17:35:03 +00:00
syntax.t Import OpenBSD 3.3 source repository from CTM 3132 the first time 2003-03-22 17:35:03 +00:00
th Import OpenBSD 3.3 source repository from CTM 3132 the first time 2003-03-22 17:35:03 +00:00
th-sh Import OpenBSD 3.3 source repository from CTM 3132 the first time 2003-03-22 17:35:03 +00:00
th.sh Import OpenBSD 3.3 source repository from CTM 3132 the first time 2003-03-22 17:35:03 +00:00
unclass1.t Import OpenBSD 3.3 source repository from CTM 3132 the first time 2003-03-22 17:35:03 +00:00
unclass2.t Import OpenBSD 3.3 source repository from CTM 3132 the first time 2003-03-22 17:35:03 +00:00
version.t Import OpenBSD 3.3 source repository from CTM 3132 the first time 2003-03-22 17:35:03 +00:00

Tests can be assigned categories to restrict what program they
are applied to (eg, pdksh, ksh88, etc.).  The following are
a list of names to be used for various shells (to keep things
consistent):

    sh		generic		any v7 bourne shell like thing
    sh-v	generic		any system V bourne shell like thing
    ksh		generic		any ksh
    posix	generic		basic posix shell
    posix-upu	generic		`user portability utility' options
    sh-v7	specific	the real v7 bourne shell
    sh-sysv	specific	the real sysv bourne shell
    pdksh	specific	public domain ksh
    ksh88	specific	at&t ksh88
    ksh93	specific	at&t ksh93
    bash	specific	GNU bourne-again shell

The idea is to categorize all the tests according to the `best match'
(most generic thing).  All generics that apply should be specified.
Generally, at most one specific shell will be given.

At the moment, most (all) tests have not been categorized (any volunteers?).