ash: fix redirection of fd 0 in scripts are sourced from interactive ash
[oweals/busybox.git] / shell / ash_test / ash-arith / arith-bash1.tests
1 # checks for [[ ]]
2
3 # && and ||
4 [[ a && "" ]]; echo $?
5 [[ a || "" ]]; echo $?