hush: fix yet another fallout

hush: move fixed testsuites out of hush-bugs/*
This commit is contained in:
Denis Vlasenko
2008-06-10 18:27:50 +00:00
parent 895bea2303
commit 2e76c3f901
5 changed files with 12 additions and 14 deletions

View File

@@ -1,2 +0,0 @@
1
1

View File

@@ -1,4 +0,0 @@
true
false; echo `echo $?`
true
{ false; echo `echo $?`; }

View File

@@ -1 +0,0 @@
BAZ

View File

@@ -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