1Tests can be assigned categories to restrict what program they
2are applied to (eg, pdksh, ksh88, etc.).  The following are
3a list of names to be used for various shells (to keep things
4consistent):
5
6    sh		generic		any v7 bourne shell like thing
7    sh-v	generic		any system V bourne shell like thing
8    ksh		generic		any ksh
9    posix	generic		basic posix shell
10    posix-upu	generic		`user portability utility' options
11    sh-v7	specific	the real v7 bourne shell
12    sh-sysv	specific	the real sysv bourne shell
13    pdksh	specific	public domain ksh
14    ksh88	specific	at&t ksh88
15    ksh93	specific	at&t ksh93
16    bash	specific	GNU bourne-again shell
17
18The idea is to categorize all the tests according to the `best match'
19(most generic thing).  All generics that apply should be specified.
20Generally, at most one specific shell will be given.
21
22At the moment, most (all) tests have not been categorized (any volunteers?).
23