busybox/shell/hush_test/hush-bugs/tick2.tests

7 lines
120 B
Plaintext
Raw Normal View History

# Bag: backticks are executed even inside not-taken if
if false; then
echo "FOO"
tmp=`echo BAR >&2`
fi
echo BAZ