diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-10 18:27:50 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-10 18:27:50 +0000 |
commit | 2e76c3f9016f674dad7a38ec7ba5b068d233f189 (patch) | |
tree | 6c9f4604f34ea3b0ca2eceac08d665eca467bfde /shell/hush_test | |
parent | 895bea23032221bcc158f447f81abacd046f87b1 (diff) | |
download | busybox-w32-2e76c3f9016f674dad7a38ec7ba5b068d233f189.tar.gz busybox-w32-2e76c3f9016f674dad7a38ec7ba5b068d233f189.tar.bz2 busybox-w32-2e76c3f9016f674dad7a38ec7ba5b068d233f189.zip |
hush: fix yet another fallout
hush: move fixed testsuites out of hush-bugs/*
Diffstat (limited to 'shell/hush_test')
-rw-r--r-- | shell/hush_test/hush-psubst/tick.right (renamed from shell/hush_test/hush-bugs/tick.right) | 0 | ||||
-rwxr-xr-x | shell/hush_test/hush-psubst/tick.tests (renamed from shell/hush_test/hush-bugs/tick.tests) | 0 | ||||
-rw-r--r-- | shell/hush_test/hush-psubst/tick2.right (renamed from shell/hush_test/hush-bugs/tick2.right) | 0 | ||||
-rwxr-xr-x | shell/hush_test/hush-psubst/tick2.tests (renamed from shell/hush_test/hush-bugs/tick2.tests) | 1 |
4 files changed, 0 insertions, 1 deletions
diff --git a/shell/hush_test/hush-bugs/tick.right b/shell/hush_test/hush-psubst/tick.right index 6ed281c75..6ed281c75 100644 --- a/shell/hush_test/hush-bugs/tick.right +++ b/shell/hush_test/hush-psubst/tick.right | |||
diff --git a/shell/hush_test/hush-bugs/tick.tests b/shell/hush_test/hush-psubst/tick.tests index 1f749a9cd..1f749a9cd 100755 --- a/shell/hush_test/hush-bugs/tick.tests +++ b/shell/hush_test/hush-psubst/tick.tests | |||
diff --git a/shell/hush_test/hush-bugs/tick2.right b/shell/hush_test/hush-psubst/tick2.right index 216c883b8..216c883b8 100644 --- a/shell/hush_test/hush-bugs/tick2.right +++ b/shell/hush_test/hush-psubst/tick2.right | |||
diff --git a/shell/hush_test/hush-bugs/tick2.tests b/shell/hush_test/hush-psubst/tick2.tests index dc518057c..db4e944fe 100755 --- a/shell/hush_test/hush-bugs/tick2.tests +++ b/shell/hush_test/hush-psubst/tick2.tests | |||
@@ -1,4 +1,3 @@ | |||
1 | # Bag: backticks are executed even inside not-taken if | ||
2 | if false; then | 1 | if false; then |
3 | echo "FOO" | 2 | echo "FOO" |
4 | tmp=`echo BAR >&2` | 3 | tmp=`echo BAR >&2` |