aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-bugs/tick2.tests
blob: dc518057cefcf1f6bcaba1a992f4217084918fdd (plain)
1
2
3
4
5
6
# Bag: backticks are executed even inside not-taken if
if false; then
    echo "FOO"
    tmp=`echo BAR >&2`
fi
echo BAZ