diff options
Diffstat (limited to 'tests/errors.right')
-rw-r--r-- | tests/errors.right | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/errors.right b/tests/errors.right index 4c49ec9..039b2bf 100644 --- a/tests/errors.right +++ b/tests/errors.right @@ -48,6 +48,7 @@ hash: usage: hash [-r] [-p pathname] [name ...] ./errors.tests: umask: bad symbolic mode operator: : ./errors.tests: umask: illegal option: -i umask: usage: umask [-p] [-S] [mode] +./errors.tests: umask: bad character in symbolic mode: u ./errors.tests: VAR: readonly variable ./errors.tests: declare: VAR: readonly variable ./errors.tests: declare: VAR: readonly variable @@ -71,8 +72,7 @@ source: usage: source filename ./errors.tests: enable: sh: not a shell builtin ./errors.tests: enable: bash: not a shell builtin ./errors.tests: shopt: cannot set and unset shell options simultaneously -./errors.tests: read: illegal option: -t -read: usage: read [-r] [-p prompt] [-a array] [-e] [name ...] +./errors.tests: read: var: invalid timeout specification ./errors.tests: read: `/bin/sh': not a valid identifier ./errors.tests: VAR: readonly variable ./errors.tests: readonly: illegal option: -x |