hush: fix yet another fallout
hush: move fixed testsuites out of hush-bugs/*
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
1
|
||||
1
|
@@ -1,4 +0,0 @@
|
||||
true
|
||||
false; echo `echo $?`
|
||||
true
|
||||
{ false; echo `echo $?`; }
|
@@ -1 +0,0 @@
|
||||
BAZ
|
@@ -1,6 +0,0 @@
|
||||
# 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