ash: support for && and || in [[ expr ]]; add testsuite checks
[oweals/busybox.git] / shell / ash_test / ash-arith / arith-bash1.tests
1 # checks for [[ ]]
2
3 # && and ||
4 [[ a && "" ]]; echo $?
5 [[ a || "" ]]; echo $?