]>
Commit | Line | Data |
---|---|---|
7117c2d2 | 1 | ./errors.tests: line 17: alias: -x: invalid option |
cce855bc | 2 | alias: usage: alias [-p] [name[=value] ... ] |
7117c2d2 | 3 | ./errors.tests: line 18: unalias: -x: invalid option |
b80f6443 | 4 | unalias: usage: unalias [-a] name [name ...] |
7117c2d2 JA |
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 | |
d166f048 | 8 | declare -fr func |
7117c2d2 JA |
9 | ./errors.tests: line 36: func: readonly function |
10 | ./errors.tests: line 39: unset: -x: invalid option | |
cce855bc | 11 | unset: usage: unset [-f] [-v] [name ...] |
7117c2d2 JA |
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 | |
b80f6443 | 18 | declare: usage: declare [-afFirtx] [-p] [name[=value] ...] |
7117c2d2 JA |
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 | |
cce855bc | 23 | exec: usage: exec [-cl] [-a name] file [redirection ...] |
7117c2d2 JA |
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 | |
cce855bc | 49 | umask: usage: umask [-p] [-S] [mode] |
7117c2d2 JA |
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 | |
b80f6443 JA |
56 | ./errors.tests: command substitution: line 168: syntax error: unexpected end of file |
57 | ./errors.tests: command substitution: line 168: syntax error near unexpected token `done' | |
58 | ./errors.tests: command substitution: line 168: ` for z in 1 2 3; done ' | |
7117c2d2 JA |
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 | |
b80f6443 | 65 | .: usage: . filename [arguments] |
7117c2d2 | 66 | ./errors.tests: line 181: source: filename argument required |
b80f6443 | 67 | source: usage: source filename [arguments] |
7117c2d2 | 68 | ./errors.tests: line 184: .: -i: invalid option |
b80f6443 | 69 | .: usage: . filename [arguments] |
7117c2d2 JA |
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 | |
b80f6443 | 79 | readonly: usage: readonly [-af] [name[=value] ...] or readonly -p |
7117c2d2 | 80 | ./errors.tests: line 208: eval: -i: invalid option |
d166f048 | 81 | eval: usage: eval [arg ...] |
7117c2d2 | 82 | ./errors.tests: line 209: command: -i: invalid option |
d166f048 | 83 | command: usage: command [-pVv] command [arg ...] |
b80f6443 JA |
84 | ./errors.tests: line 212: /bin/sh + 0: syntax error: operand expected (error token is "/bin/sh + 0") |
85 | ./errors.tests: line 213: /bin/sh + 0: syntax error: operand expected (error token is "/bin/sh + 0") | |
7117c2d2 JA |
86 | ./errors.tests: line 216: trap: NOSIG: invalid signal specification |
87 | ./errors.tests: line 219: trap: -s: invalid option | |
b80f6443 | 88 | trap: usage: trap [-lp] [[arg] signal_spec ...] |
7117c2d2 JA |
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 | |
cce855bc | 98 | kill: usage: kill [-s sigspec | -n signum | -sigspec] [pid | job]... or kill -l [sigspec] |
7117c2d2 JA |
99 | ./errors.tests: line 255: set: trackall: invalid option name |
100 | ./errors.tests: line 262: `!!': not a valid identifier |