hush: add yet another bug to testsuite :(
[oweals/busybox.git] / shell / hush_test / hush-bugs / tick2.tests
1 # Bag: backticks are executed even inside not-taken if
2 if false; then
3     echo "FOO"
4     tmp=`echo BAR >&2`
5 fi
6 echo BAZ