aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-arith/arith-bash1.tests
blob: b37b7302d32a72a35c01626f5a4290f9663b13d7 (plain)
1
2
3
4
5
# checks for [[ ]]

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