X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Ferrors.right;h=8c5a724ec4e139b2c0bf2083a7ba8088a75c16d5;hb=f73dda092b33638d2d5e9c35375f687a607b5403;hp=039b2bf24b4f98584ea55010b74a5974f0aa2bab;hpb=28ef6c316f1aff914bb95ac09787a3c83c1815fd;p=platform%2Fupstream%2Fbash.git diff --git a/tests/errors.right b/tests/errors.right index 039b2bf..8c5a724 100644 --- a/tests/errors.right +++ b/tests/errors.right @@ -31,14 +31,13 @@ exec: usage: exec [-cl] [-a name] file [redirection ...] ./errors.tests: logout: not login shell: use `exit' ./errors.tests: hash: notthere: not found ./errors.tests: hash: illegal option: -v -hash: usage: hash [-r] [-p pathname] [name ...] +hash: usage: hash [-r] [-p pathname] [-t] [name ...] ./errors.tests: hash: hashing disabled ./errors.tests: export: `AA[4]': not a valid identifier ./errors.tests: readonly: `AA[4]': not a valid identifier ./errors.tests: [-2]: bad array subscript ./errors.tests: AA: readonly variable ./errors.tests: AA: readonly variable -./errors.tests: readonly: ZZZ: cannot assign to array variables in this way ./errors.tests: shift: shift count must be <= $# ./errors.tests: shift: shift count must be >= 0 ./errors.tests: shopt: no_such_option: unknown shell option name @@ -86,7 +85,6 @@ command: usage: command [-pVv] command [arg ...] ./errors.tests: trap: NOSIG: not a signal specification ./errors.tests: trap: illegal option: -s trap: usage: trap [arg] [signal_spec ...] or trap -l -./errors.tests: trap: ERR: not a signal specification ./errors.tests: return: can only `return' from a function or sourced script ./errors.tests: break: loop count must be > 0 ./errors.tests: continue: loop count must be > 0