diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-20 21:51:38 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-20 21:51:38 +0000 |
commit | 14b5dd9943d7873d5184c64236b37407bff9baaa (patch) | |
tree | 4821f5580e27585bce7fda1020018f298489efa1 /shell/hush_test | |
parent | fe52a74ecf895de3baaaccb863ad50467b336ea9 (diff) |
hush: make process substitution configurable; add a testcase
Diffstat (limited to 'shell/hush_test')
-rw-r--r-- | shell/hush_test/hush-bugs/tick.right | 0 | ||||
-rwxr-xr-x | shell/hush_test/hush-bugs/tick.tests | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/shell/hush_test/hush-bugs/tick.right b/shell/hush_test/hush-bugs/tick.right new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/shell/hush_test/hush-bugs/tick.right diff --git a/shell/hush_test/hush-bugs/tick.tests b/shell/hush_test/hush-bugs/tick.tests new file mode 100755 index 000000000..1f749a9cd --- /dev/null +++ b/shell/hush_test/hush-bugs/tick.tests @@ -0,0 +1,4 @@ +true +false; echo `echo $?` +true +{ false; echo `echo $?`; } |