summaryrefslogtreecommitdiff
path: root/tests/bin/sh/dotcmd/out/compound_break_subshell.out
blob: e26e980f7ebfa8c75917c8bc76f17e37e346cc1b (plain)
1
2
3
4
5
6
7
8
compound start
before dotcmd
subshell start
before break
after break, return value: 0
subshell end
after dotcmd, return value: 0
compound end