hush: add yet another bug to testsuite :(
This commit is contained in:
parent
048897c971
commit
b8c9354114
1
shell/hush_test/hush-bugs/tick2.right
Normal file
1
shell/hush_test/hush-bugs/tick2.right
Normal file
@ -0,0 +1 @@
|
||||
BAZ
|
6
shell/hush_test/hush-bugs/tick2.tests
Executable file
6
shell/hush_test/hush-bugs/tick2.tests
Executable 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
|
Loading…
Reference in New Issue
Block a user