]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/errors.right
Bash-4.3 distribution sources and documentation
[thirdparty/bash.git] / tests / errors.right
CommitLineData
7117c2d2 1./errors.tests: line 17: alias: -x: invalid option
cce855bc 2alias: usage: alias [-p] [name[=value] ... ]
7117c2d2 3./errors.tests: line 18: unalias: -x: invalid option
b80f6443 4unalias: 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 8declare -fr func
7117c2d2
JA
9./errors.tests: line 36: func: readonly function
10./errors.tests: line 39: unset: -x: invalid option
ac50fbac 11unset: usage: unset [-f] [-v] [-n] [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
ac50fbac 18declare: usage: declare [-aAfFgilnrtux] [-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
3185942a 23exec: usage: exec [-cl] [-a name] [command [arguments ...]] [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
34hash: 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 49umask: 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
3185942a
JA
56./errors.tests: command substitution: line 168: syntax error near unexpected token `)'
57./errors.tests: command substitution: line 168: ` for z in 1 2 3; do )'
58./errors.tests: command substitution: line 169: syntax error near unexpected token `done'
59./errors.tests: command substitution: line 169: ` for z in 1 2 3; done )'
7117c2d2
JA
60./errors.tests: line 171: cd: HOME not set
61./errors.tests: line 172: cd: /tmp/xyz.bash: No such file or directory
62./errors.tests: line 174: cd: OLDPWD not set
63./errors.tests: line 175: cd: /bin/sh: Not a directory
64./errors.tests: line 177: cd: /tmp/cd-notthere: No such file or directory
65./errors.tests: line 180: .: filename argument required
b80f6443 66.: usage: . filename [arguments]
7117c2d2 67./errors.tests: line 181: source: filename argument required
b80f6443 68source: usage: source filename [arguments]
7117c2d2 69./errors.tests: line 184: .: -i: invalid option
b80f6443 70.: usage: . filename [arguments]
7117c2d2 71./errors.tests: line 187: set: -q: invalid option
495aee44 72set: usage: set [-abefhkmnptuvxBCHP] [-o option-name] [--] [arg ...]
7117c2d2
JA
73./errors.tests: line 190: enable: sh: not a shell builtin
74./errors.tests: line 190: enable: bash: not a shell builtin
75./errors.tests: line 193: shopt: cannot set and unset shell options simultaneously
76./errors.tests: line 196: read: var: invalid timeout specification
77./errors.tests: line 199: read: `/bin/sh': not a valid identifier
78./errors.tests: line 202: VAR: readonly variable
79./errors.tests: line 205: readonly: -x: invalid option
495aee44 80readonly: usage: readonly [-aAf] [name[=value] ...] or readonly -p
7117c2d2 81./errors.tests: line 208: eval: -i: invalid option
d166f048 82eval: usage: eval [arg ...]
7117c2d2 83./errors.tests: line 209: command: -i: invalid option
d166f048 84command: usage: command [-pVv] command [arg ...]
b80f6443
JA
85./errors.tests: line 212: /bin/sh + 0: syntax error: operand expected (error token is "/bin/sh + 0")
86./errors.tests: line 213: /bin/sh + 0: syntax error: operand expected (error token is "/bin/sh + 0")
7117c2d2
JA
87./errors.tests: line 216: trap: NOSIG: invalid signal specification
88./errors.tests: line 219: trap: -s: invalid option
3185942a 89trap: usage: trap [-lp] [[arg] signal_spec ...]
7117c2d2
JA
90./errors.tests: line 225: return: can only `return' from a function or sourced script
91./errors.tests: line 229: break: 0: loop count out of range
92./errors.tests: line 233: continue: 0: loop count out of range
93./errors.tests: line 238: builtin: bash: not a shell builtin
94./errors.tests: line 242: bg: no job control
95./errors.tests: line 243: fg: no job control
96./errors.tests: line 246: kill: -s: option requires an argument
97./errors.tests: line 248: kill: S: invalid signal specification
98./errors.tests: line 250: kill: `': not a pid or valid job spec
95732b49 99kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
7117c2d2 100./errors.tests: line 255: set: trackall: invalid option name
ac50fbac
CR
101./errors.tests: line 259: xx: readonly variable
1021
103./errors1.sub: line 1: .: -i: invalid option
104.: usage: . filename [arguments]
105./errors1.sub: line 9: shift: -4: shift count out of range
106./errors1.sub: line 14: break: -1: loop count out of range
107after f
108./errors2.sub: line 3: ${$NO_SUCH_VAR}: bad substitution
1091
110./errors3.sub: line 5: no_such_file: No such file or directory
111TEST
112./errors3.sub: line 7: no_such_file: No such file or directory
113./errors.tests: line 271: `!!': not a valid identifier