/dports/shells/yash/yash-2.51/tests/ |
H A D | errexit-y.tst | 12 test_O -e n 'expansion error in case word' -i +m 17 test_O -e n 'expansion error in case pattern' -i +m 22 test_O -e n 'expansion error in for word' -i +m 27 test_O -e n 'redirection error on subshell' 32 test_O -e n 'redirection error on grouping' 37 test_O -e n 'redirection error on for loop' 42 test_O -e n 'redirection error on case' 47 test_O -e n 'redirection error on if' 52 test_O -e n 'redirection error on while loop' 57 test_O -e n 'redirection error on until loop' [all …]
|
H A D | dot-p.tst | 52 test_O -d -e n 'dot script not found, in $PATH, non-interactive shell' 66 test_O -d -e n 'dot script not found, in $PATH, subshell, exit status' 78 test_O -d -e n 'dot script not found, in $PATH, interactive shell, exit status' -i +m 84 test_O -d -e n 'dot script not found, relative, non-interactive shell' 96 test_O -d -e n 'dot script not found, relative, subshell, exit status' 107 test_O -d -e n 'dot script not found, relative, interactive shell, exit status' -i +m
|
H A D | wait-y.tst | 25 test_O -e 0 'awaited job is not printed (with operand, -i +m)' -i +m 29 test_O -e 0 'awaited job is not printed (with operand, +i -m)' -m 33 test_O -e 0 'awaited job is not printed (with operand, -im, POSIX)' -im --posix 46 test_O -e 0 'awaited job is not printed (w/o operand, -i +m)' -i +m 50 test_O -e 0 'awaited job is not printed (w/o operand, +i -m)' -m 54 test_O -e 0 'awaited job is not printed (w/o operand, -im, POSIX)' -im --posix
|
H A D | shift-p.tst | 49 test_O -d -e n 'too large operand 1 for 0' -es 53 test_O -d -e n 'too large operand 2 for 1' -es a 57 test_O -d -e n 'too large operand 3 for 2' -es a 'b b' 61 test_O -d -e n 'too large operand 100 for 10' -es a 'b b' c d e f g '' - j 75 test_O -d -e n 'default operand is 1: failure' -es
|
H A D | redir-p.tst | 85 test_O -e n 'redirections apply in order of appearance' 90 test_O 'redirection without command name runs in subshell' 108 test_O -d -e n 'input redirection, failure' 133 test_O -d -e n 'overwrite redirection, -C, existing file error' -C 148 test_O -d -e n 'overwrite redirection, creation failure' 181 test_O -d -e n 'clobbering redirection, creation failure' 231 test_O -d -e n 'in-out redirection, failure' 246 test_O -d -e n 'input duplication, failure (closed file descriptor)' 264 test_O -e n 'effect of input closing' 302 test_O -e n 'effect of output closing' [all …]
|
H A D | shift-y.tst | 63 test_O -d -e 1 'too small operand -1 for 0' 67 test_O -d -e 1 'too small operand -2 for 1' -s a 71 test_O -d -e 1 'too large operand 2 for 1 array element' 76 test_O -d -e 1 'too large operand 4 for 2 array element' 116 test_O -d -e 2 'invalid operand (non-numeric)' 120 test_O -d -e 2 'invalid operand (non-integral)' -s 1
|
H A D | option-p.tst | 267 test_O -d -e n 'nounset on: empty variable ${foo:?bar}' -u 272 test_O -d -e n 'nounset on: unset variable ${foo}' -u 316 test_O -d -e n 'nounset on: unset variable ${foo?bar}' -u 320 test_O -d -e n 'nounset on: unset variable ${foo:?bar}' -u 324 test_O -d -e n 'nounset on: unset variable ${#foo}' -u 328 test_O -d -e n 'nounset on: unset variable ${foo#bar}' -u 332 test_O -d -e n 'nounset on: unset variable ${foo##bar}' -u 336 test_O -d -e n 'nounset on: unset variable ${foo%bar}' -u 340 test_O -d -e n 'nounset on: unset variable ${foo%%bar}' -u 344 test_O -d -e n 'nounset on: unset variable $((foo))' -u
|
H A D | fg-p.tst | 19 test_O -d -e n 'fg cannot be used when job control is disabled' +m 69 test_O -d -e n 'no existing job' -m 73 test_O -d -e n 'no such job' -m
|
H A D | bg-p.tst | 13 test_O -d -e n 'bg cannot be used when job control is disabled' +m 83 test_O -d -e n 'no existing job' -m 87 test_O -d -e n 'no such job' -m
|
H A D | errexit-p.tst | 26 test_O -e n 'errexit: failed simple command' -e 38 test_O -e n 'errexit: independent redirection error' -e 50 test_O -e n 'errexit: redirection error on simple command' -e 76 test_O -e n 'errexit: last of pipeline' -e 118 test_O -e n 'errexit: finally failing and list' -e 172 test_O -e n 'errexit: all failing or list' -e 445 test_O -e n 'ignored failure in subshell' -e
|
H A D | exec-p.tst | 56 test_O -d -e 127 'executing non-existing command (relative)' 61 test_O -d -e 127 'executing non-existing command (empty path)'
|
H A D | cd-p.tst | 293 test_O -d -e n 'non-directory file in operand component (-L)' 297 test_O -d -e n 'non-directory file in operand component (-P)' 301 test_O -d -e n 'non-existing file in operand component (-L)' 305 test_O -d -e n 'non-existing file in operand component (-P)' 382 test_O -d -e n 'changing to unsearchable directory (-L)' 386 test_O -d -e n 'changing to unsearchable directory (-P)'
|
H A D | simple-p.tst | 92 test_O -d -e n 'assigning to read-only variable: exit with message (empty)' 98 test_O -d -e n 'assigning to read-only variable: exit with message (function)' 105 test_O -d -e n 'assigning to read-only variable in subshell' 172 test_O -d -e 127 'non-intrinsic command echo is not found w/o PATH' 196 test_O -d -e 127 'command not found in PATH'
|
H A D | param-p.tst | 193 test_O -d -e n 'assigning to read-only variable' 198 test_O -d -e n 'assigning to positional parameter' 202 test_O -d -e n 'assigning to special parameter' 214 test_O -d -e n '${unset?b}, failure w/o message' 218 test_O -e n '${unset?b}, failure with message, exit status and stdout' 226 test_O -d -e n '${null?b}, failure' 230 test_O -d -e n '${unset?b}, failure' 263 test_O -d -e n 'length of unset variables, failure' -u
|
H A D | error-p.tst | 5 test_O -d -e n 'syntax error kills non-interactive shell' 10 test_O -d -e n 'syntax error in eval kills non-interactive shell' 30 test_O -d -e n 'expansion error kills non-interactive shell' 54 test_O -d -e 127 'command not found' 60 test_O 'assignment error without command kills non-interactive shell'
|
H A D | export-y.tst | 56 test_O -d -e 1 'assigning to ill-named variable' 97 test_O -d -e 1 'printing to closed stream'
|
H A D | typeset-y.tst | 468 test_O -d -e 1 'printing to closed output stream (all variables w/o -p)' 472 test_O -d -e 1 'printing to closed output stream (all variables with -p)' 476 test_O -d -e 1 'printing to closed output stream (specific variable)' 483 test_O -d -e 1 'printing to closed output stream (all functions w/o -p)' 487 test_O -d -e 1 'printing to closed output stream (all functions with -p)' 491 test_O -d -e 1 'printing to closed output stream (specific function)'
|
H A D | simple-y.tst | 36 test_O -d 'redirections do not apply to assignments w/o command name' 124 test_O -e 127 'not-found handler is not run in POSIXly-correct mode'
|
H A D | trap-y.tst | 192 test_O -d -e 1 'printing to closed stream: printing all traps (w/o -p)' 197 test_O -d -e 1 'printing to closed stream: printing all traps (with -p)' 202 test_O -d -e 1 'printing to closed stream: printing specific traps (with -p)'
|
H A D | alias-y.tst | 291 test_O -d -e n 'alias built-in printing to closed stream without operands' 295 test_O -d -e n 'alias built-in printing to closed stream with operands' 299 test_O -d -e n 'alias built-in printing to closed stream with -p' 303 test_O -d -e n 'alias built-in printing to closed stream with -p & operands'
|
H A D | exec-y.tst | 3 test_O 'execution error kills shell, POSIX, interactive' --posix -i +m 8 test_O 'execution error kills shell, non-POSIX, non-interactive'
|
H A D | return-y.tst | 15 test_O -e 7 'returning from function, interactive' -i +m 91 test_O -e 127 'returning from auxiliary (iteration)'
|
H A D | unset-p.tst | 112 test_O -d -e n 'read-only variable cannot be deleted (default)' 118 test_O -d -e n 'read-only variable cannot be deleted (-v)'
|
H A D | pwd-y.tst | 17 test_O -d -e 1 'printing to closed stream'
|
H A D | times-y.tst | 17 test_O -d -e 1 'printing to closed output stream'
|