Imported from ../bash-2.05b.tar.gz.
[platform/upstream/bash.git] / tests / errors.right
1 ./errors.tests: line 17: alias: -x: invalid option
2 alias: usage: alias [-p] [name[=value] ... ]
3 ./errors.tests: line 18: unalias: -x: invalid option
4 unalias: usage: unalias [-a] [name ...]
5 ./errors.tests: line 19: alias: hoowah: not found
6 ./errors.tests: line 20: unalias: hoowah: not found
7 ./errors.tests: line 23: `1': not a valid identifier
8 declare -fr func
9 ./errors.tests: line 36: func: readonly function
10 ./errors.tests: line 39: unset: -x: invalid option
11 unset: usage: unset [-f] [-v] [name ...]
12 ./errors.tests: line 42: unset: func: cannot unset: readonly function
13 ./errors.tests: line 45: declare: func: readonly function
14 ./errors.tests: line 49: unset: XPATH: cannot unset: readonly variable
15 ./errors.tests: line 52: unset: `/bin/sh': not a valid identifier
16 ./errors.tests: line 55: unset: cannot simultaneously unset a function and a variable
17 ./errors.tests: line 58: declare: -z: invalid option
18 declare: usage: declare [-afFirtx] [-p] name[=value] ...
19 ./errors.tests: line 60: declare: `-z': not a valid identifier
20 ./errors.tests: line 61: declare: `/bin/sh': not a valid identifier
21 ./errors.tests: line 65: declare: cannot use `-f' to make functions
22 ./errors.tests: line 68: exec: -i: invalid option
23 exec: usage: exec [-cl] [-a name] file [redirection ...]
24 ./errors.tests: line 72: export: XPATH: not a function
25 ./errors.tests: line 75: break: only meaningful in a `for', `while', or `until' loop
26 ./errors.tests: line 76: continue: only meaningful in a `for', `while', or `until' loop
27 ./errors.tests: line 79: shift: label: numeric argument required
28 ./errors.tests: line 84: shift: too many arguments
29 ./errors.tests: line 90: let: expression expected
30 ./errors.tests: line 93: local: can only be used in a function
31 ./errors.tests: line 96: logout: not login shell: use `exit'
32 ./errors.tests: line 99: hash: notthere: not found
33 ./errors.tests: line 102: hash: -v: invalid option
34 hash: usage: hash [-lr] [-p pathname] [-dt] [name ...]
35 ./errors.tests: line 106: hash: hashing disabled
36 ./errors.tests: line 109: export: `AA[4]': not a valid identifier
37 ./errors.tests: line 110: readonly: `AA[4]': not a valid identifier
38 ./errors.tests: line 113: [-2]: bad array subscript
39 ./errors.tests: line 117: AA: readonly variable
40 ./errors.tests: line 121: AA: readonly variable
41 ./errors.tests: line 129: shift: 5: shift count out of range
42 ./errors.tests: line 130: shift: -2: shift count out of range
43 ./errors.tests: line 133: shopt: no_such_option: invalid shell option name
44 ./errors.tests: line 134: shopt: no_such_option: invalid shell option name
45 ./errors.tests: line 137: umask: 09: octal number out of range
46 ./errors.tests: line 138: umask: `:': invalid symbolic mode character
47 ./errors.tests: line 139: umask: `:': invalid symbolic mode operator
48 ./errors.tests: line 142: umask: -i: invalid option
49 umask: usage: umask [-p] [-S] [mode]
50 ./errors.tests: line 146: umask: `u': invalid symbolic mode character
51 ./errors.tests: line 155: VAR: readonly variable
52 ./errors.tests: line 158: declare: VAR: readonly variable
53 ./errors.tests: line 159: declare: VAR: readonly variable
54 ./errors.tests: line 161: declare: unset: not found
55 ./errors.tests: line 164: VAR: readonly variable
56 ./errors.tests: command substitution: line 2: syntax error: unexpected end of file
57 ./errors.tests: command substitution: line 1: syntax error near unexpected token `done'
58 ./errors.tests: command substitution: line 1: ` for z in 1 2 3; done '
59 ./errors.tests: line 171: cd: HOME not set
60 ./errors.tests: line 172: cd: /tmp/xyz.bash: No such file or directory
61 ./errors.tests: line 174: cd: OLDPWD not set
62 ./errors.tests: line 175: cd: /bin/sh: Not a directory
63 ./errors.tests: line 177: cd: /tmp/cd-notthere: No such file or directory
64 ./errors.tests: line 180: .: filename argument required
65 .: usage: . filename
66 ./errors.tests: line 181: source: filename argument required
67 source: usage: source filename
68 ./errors.tests: line 184: .: -i: invalid option
69 .: usage: . filename
70 ./errors.tests: line 187: set: -q: invalid option
71 set: usage: set [--abefhkmnptuvxBCHP] [-o option] [arg ...]
72 ./errors.tests: line 190: enable: sh: not a shell builtin
73 ./errors.tests: line 190: enable: bash: not a shell builtin
74 ./errors.tests: line 193: shopt: cannot set and unset shell options simultaneously
75 ./errors.tests: line 196: read: var: invalid timeout specification
76 ./errors.tests: line 199: read: `/bin/sh': not a valid identifier
77 ./errors.tests: line 202: VAR: readonly variable
78 ./errors.tests: line 205: readonly: -x: invalid option
79 readonly: usage: readonly [-anf] [name[=value] ...] or readonly -p
80 ./errors.tests: line 208: eval: -i: invalid option
81 eval: usage: eval [arg ...]
82 ./errors.tests: line 209: command: -i: invalid option
83 command: usage: command [-pVv] command [arg ...]
84 ./errors.tests: line 1: /bin/sh + 0: syntax error: operand expected (error token is "/bin/sh + 0")
85 ./errors.tests: line 1: /bin/sh + 0: syntax error: operand expected (error token is "/bin/sh + 0")
86 ./errors.tests: line 216: trap: NOSIG: invalid signal specification
87 ./errors.tests: line 219: trap: -s: invalid option
88 trap: usage: trap [arg] [signal_spec ...] or trap -l
89 ./errors.tests: line 225: return: can only `return' from a function or sourced script
90 ./errors.tests: line 229: break: 0: loop count out of range
91 ./errors.tests: line 233: continue: 0: loop count out of range
92 ./errors.tests: line 238: builtin: bash: not a shell builtin
93 ./errors.tests: line 242: bg: no job control
94 ./errors.tests: line 243: fg: no job control
95 ./errors.tests: line 246: kill: -s: option requires an argument
96 ./errors.tests: line 248: kill: S: invalid signal specification
97 ./errors.tests: line 250: kill: `': not a pid or valid job spec
98 kill: usage: kill [-s sigspec | -n signum | -sigspec] [pid | job]... or kill -l [sigspec]
99 ./errors.tests: line 255: set: trackall: invalid option name
100 ./errors.tests: line 262: `!!': not a valid identifier