Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
1e18a01fa2965ef967b99d519018e21c9b5f15af
/
.
/
shell
/
ash_test
/
ash-arith
/
arith-bash1.tests
blob: b37b7302d32a72a35c01626f5a4290f9663b13d7 [
file
] [
log
] [
blame
]
# checks for [[ ]]
# && and ||
[[
a
&&
""
]];
echo $
?
[[
a
||
""
]];
echo $
?