stefanf
|
209025405d
|
Test that variable assignments preceding special built-ins affect the current
shell environment, eg after "VAR=val eval" VAR remains set. Currently fails
but will be implemented soon.
|
2006-04-09 09:38:29 +00:00 |
|
stefanf
|
11fa827525
|
Add test cases that check utility syntax errors and redirection errors. For
special built-in utilities they must terminate the shell, for other
utilities only a error message shall be written. We currently fail both
tests.
|
2006-04-02 19:02:49 +00:00 |
|
stefanf
|
8723c51d6b
|
Add test cases for the command built-in, including its -v and -V options which
I'll commit real soon.
Count the number of found test cases instead of hard-coding them. Allow an
arbitrary exit status.
|
2005-10-28 14:02:42 +00:00 |
|
stefanf
|
560cfe4de3
|
- Add tests for hash and return and more tests for set -e.
- Simplify regress.sh, sort tests.
|
2005-09-05 09:42:10 +00:00 |
|
stefanf
|
4a2e133e0f
|
Simplify and add PR 77067 which addresses the same bug.
|
2005-09-04 21:29:09 +00:00 |
|
stefanf
|
ea45d0596e
|
Fix syntax error that crept in somehow.
|
2005-09-04 18:12:21 +00:00 |
|
stefanf
|
ce5d9c9b6d
|
Add a couple of regression tests for /bin/sh.
|
2005-09-04 11:59:59 +00:00 |
|