hush: add yet another bug to testsuite :(
This commit is contained in:
@@ -0,0 +1 @@
|
||||
BAZ
|
||||
Executable
+6
@@ -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
|
||||
Reference in New Issue
Block a user