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