Change debconf text to claim that the default /bin/sh is dash instead of bash. close...
[posh.git] / tests / README
blob73cf83b84a3310f31bbcd6bebbd01762e3e430bc
1 Tests can be assigned categories to restrict what program they
2 are applied to (eg, pdksh, ksh88, etc.).  The following are
3 a list of names to be used for various shells (to keep things
4 consistent):
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
18 The idea is to categorize all the tests according to the `best match'
19 (most generic thing).  All generics that apply should be specified.
20 Generally, at most one specific shell will be given.
22 At the moment, most (all) tests have not been categorized (any volunteers?).