hush: add yet another bug to testsuite :(

This commit is contained in:
Denis Vlasenko 2008-06-08 16:47:09 +00:00
parent 048897c971
commit b8c9354114
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
BAZ

View File

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