summaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-arith/arith-ternary_nested.tests
blob: eefc8e7ce24b2208ee70de1dcb968b471af80027 (plain)
1
2
exec 2>&1
echo 5:$((1?2?3?4?5:6:7:8:9))