Remove building with NOCRYPTO option
[minix.git] / tests / bin / sh / dotcmd / out / compound_continue_subshell.out
blob1ecaa96e422f45652dc255f00a46857dbb606b11
1 compound start
2 before dotcmd
3 subshell start
4 before continue
5 after continue, return value: 0
6 subshell end
7 after dotcmd, return value: 0
8 compound end