svn commit: [25993] trunk/busybox/shell/hush_test: hush-misc hush-parsing

vda at busybox.net vda at busybox.net
Mon Apr 6 16:17:52 UTC 2009


Author: vda
Date: 2009-04-06 16:17:51 +0000 (Mon, 06 Apr 2009)
New Revision: 25993

Log:
move hush-parsing/and-or.tests to hush-misc/*
 (which probably needs to be renamed to hush-execution...)



Added:
   trunk/busybox/shell/hush_test/hush-misc/and-or.right
   trunk/busybox/shell/hush_test/hush-misc/and-or.tests

Removed:
   trunk/busybox/shell/hush_test/hush-parsing/and-or.right
   trunk/busybox/shell/hush_test/hush-parsing/and-or.tests


Changeset:
Copied: trunk/busybox/shell/hush_test/hush-misc/and-or.right (from rev 25992, trunk/busybox/shell/hush_test/hush-parsing/and-or.right)
===================================================================
--- trunk/busybox/shell/hush_test/hush-misc/and-or.right	                        (rev 0)
+++ trunk/busybox/shell/hush_test/hush-misc/and-or.right	2009-04-06 16:17:51 UTC (rev 25993)
@@ -0,0 +1,18 @@
+a1
+a4
+b1
+b3
+b4
+b6
+c4
+c5
+c7
+c8
+ff1
+ff3
+ft2
+ft3
+tf2
+tf3
+tt2
+tt4

Copied: trunk/busybox/shell/hush_test/hush-misc/and-or.tests (from rev 25992, trunk/busybox/shell/hush_test/hush-parsing/and-or.tests)
===================================================================
--- trunk/busybox/shell/hush_test/hush-misc/and-or.tests	                        (rev 0)
+++ trunk/busybox/shell/hush_test/hush-misc/and-or.tests	2009-04-06 16:17:51 UTC (rev 25993)
@@ -0,0 +1,34 @@
+false || echo a1
+false && echo a2
+true || echo a3
+true && echo a4
+
+false || echo b1 || echo b2
+false || echo b3 && echo b4
+false && echo b5 || echo b6
+false && echo b7 && echo b8
+
+true || echo c1 || echo c2
+true || echo c3 && echo c4
+true && echo c5 || echo c6
+true && echo c7 && echo c8
+
+false || false || echo ff1
+false || false && echo ff2
+false && false || echo ff3
+false && false && echo ff4
+
+false || true || echo ft1
+false || true && echo ft2
+false && true || echo ft3
+false && true && echo ft4
+
+true || false || echo tf1
+true || false && echo tf2
+true && false || echo tf3
+true && false && echo tf4
+
+true || true || echo tt1
+true || true && echo tt2
+true && true || echo tt3
+true && true && echo tt4

Deleted: trunk/busybox/shell/hush_test/hush-parsing/and-or.right
===================================================================
--- trunk/busybox/shell/hush_test/hush-parsing/and-or.right	2009-04-06 14:22:54 UTC (rev 25992)
+++ trunk/busybox/shell/hush_test/hush-parsing/and-or.right	2009-04-06 16:17:51 UTC (rev 25993)
@@ -1,18 +0,0 @@
-a1
-a4
-b1
-b3
-b4
-b6
-c4
-c5
-c7
-c8
-ff1
-ff3
-ft2
-ft3
-tf2
-tf3
-tt2
-tt4

Deleted: trunk/busybox/shell/hush_test/hush-parsing/and-or.tests
===================================================================
--- trunk/busybox/shell/hush_test/hush-parsing/and-or.tests	2009-04-06 14:22:54 UTC (rev 25992)
+++ trunk/busybox/shell/hush_test/hush-parsing/and-or.tests	2009-04-06 16:17:51 UTC (rev 25993)
@@ -1,34 +0,0 @@
-false || echo a1
-false && echo a2
-true || echo a3
-true && echo a4
-
-false || echo b1 || echo b2
-false || echo b3 && echo b4
-false && echo b5 || echo b6
-false && echo b7 && echo b8
-
-true || echo c1 || echo c2
-true || echo c3 && echo c4
-true && echo c5 || echo c6
-true && echo c7 && echo c8
-
-false || false || echo ff1
-false || false && echo ff2
-false && false || echo ff3
-false && false && echo ff4
-
-false || true || echo ft1
-false || true && echo ft2
-false && true || echo ft3
-false && true && echo ft4
-
-true || false || echo tf1
-true || false && echo tf2
-true && false || echo tf3
-true && false && echo tf4
-
-true || true || echo tt1
-true || true && echo tt2
-true && true || echo tt3
-true && true && echo tt4



More information about the busybox-cvs mailing list