svn commit: trunk/busybox/shell/hush_test/hush-bugs

vda at busybox.net vda at busybox.net
Sun Jun 8 16:47:09 UTC 2008


Author: vda
Date: 2008-06-08 09:47:09 -0700 (Sun, 08 Jun 2008)
New Revision: 22270

Log:
hush: add yet another bug to testsuite :(



Added:
   trunk/busybox/shell/hush_test/hush-bugs/tick2.right
   trunk/busybox/shell/hush_test/hush-bugs/tick2.tests


Changeset:
Added: trunk/busybox/shell/hush_test/hush-bugs/tick2.right
===================================================================
--- trunk/busybox/shell/hush_test/hush-bugs/tick2.right	                        (rev 0)
+++ trunk/busybox/shell/hush_test/hush-bugs/tick2.right	2008-06-08 16:47:09 UTC (rev 22270)
@@ -0,0 +1 @@
+BAZ

Added: trunk/busybox/shell/hush_test/hush-bugs/tick2.tests
===================================================================
--- trunk/busybox/shell/hush_test/hush-bugs/tick2.tests	                        (rev 0)
+++ trunk/busybox/shell/hush_test/hush-bugs/tick2.tests	2008-06-08 16:47:09 UTC (rev 22270)
@@ -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


Property changes on: trunk/busybox/shell/hush_test/hush-bugs/tick2.tests
___________________________________________________________________
Name: svn:executable
   + *




More information about the busybox-cvs mailing list