busybox/shell/ash_test/ash-misc/return1.tests

5 lines
114 B
Plaintext
Raw Normal View History

echo "true && return; echo Should not be printed" >return_sourced
. ./return_sourced
rm return_sourced
echo Ok:$?