busybox/shell/ash_test/ash-arith/arith-bash1.tests

5 lines
78 B
Text
Executable file

# checks for [[ ]]
# && and ||
[[ a && "" ]]; echo $?
[[ a || "" ]]; echo $?