ash: support for && and || in [[ expr ]]; add testsuite checks
authorDenis Vlasenko <vda.linux@googlemail.com>
Tue, 25 Mar 2008 07:49:43 +0000 (07:49 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Tue, 25 Mar 2008 07:49:43 +0000 (07:49 -0000)
commit80591b0a000e88c284bd2ec355f27e19e1da7528
tree101b48a0a2c5506e6c818717c8ef7d66b857d6a7
parentb02cea12129f1aa484701317f38466ec9e1c8462
ash: support for && and || in [[ expr ]]; add testsuite checks
shell/ash.c
shell/ash_test/ash-arith/arith-bash1.right [new file with mode: 0644]
shell/ash_test/ash-arith/arith-bash1.tests [new file with mode: 0755]
shell/ash_test/ash-vars/var_bash1.right [new file with mode: 0644]
shell/ash_test/ash-vars/var_bash1.tests [new file with mode: 0755]
shell/ash_test/ash-vars/var_bash2.right [new file with mode: 0644]
shell/ash_test/ash-vars/var_bash2.tests [new file with mode: 0755]