sh testsuite: sync ash-misc/source* and hush-misc/source*
[oweals/busybox.git] / shell / hush_test / hush-misc / return1.tests
1 echo "true && return; echo Should not be printed" >return_sourced
2 . ./return_sourced
3 rm return_sourced
4 echo Ok:$?