summaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-arith/arith-ternary-comma.tests
blob: 5e05b58c4794de0eaa29c542e690640eb4d1c58c (plain)
1
2
3
exec 2>&1
x='@'
echo 42:$((1?4:x,20*2+2))