hush/shell/hush_test/hush-misc/return1.tests

5 lines
114 B
Plaintext
Executable File

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