summaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-misc/nommu2.tests (plain)
blob: 61ed5ce5b7a7ccc994011c4a6debdb04201834f0
1echo Not shown | if true; then echo $(echo Ok); fi
2echo Not shown | if true; then echo `echo Ok`; fi
3echo Not shown | ( if true; then echo $(echo Ok); fi )
4echo Not shown | ( if true; then echo `echo Ok`; fi )
5echo Done
6