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

vda at busybox.net vda at busybox.net
Tue Jun 17 07:26:54 UTC 2008


Author: vda
Date: 2008-06-17 00:26:52 -0700 (Tue, 17 Jun 2008)
New Revision: 22392

Log:
move glob_and_assign.tests from hush-bugs to hush-glob



Added:
   trunk/busybox/shell/hush_test/hush-glob/glob_and_assign.right
   trunk/busybox/shell/hush_test/hush-glob/glob_and_assign.tests

Removed:
   trunk/busybox/shell/hush_test/hush-bugs/glob_and_assign.right
   trunk/busybox/shell/hush_test/hush-bugs/glob_and_assign.tests


Changeset:
Deleted: trunk/busybox/shell/hush_test/hush-bugs/glob_and_assign.right
===================================================================
--- trunk/busybox/shell/hush_test/hush-bugs/glob_and_assign.right	2008-06-17 07:24:29 UTC (rev 22391)
+++ trunk/busybox/shell/hush_test/hush-bugs/glob_and_assign.right	2008-06-17 07:26:52 UTC (rev 22392)
@@ -1,6 +0,0 @@
-ZVAR=z.tmp ZVAR=*.tmp ZVAR=[z].tmp
-ZVAR=z.tmp ZVAR=*.tmp ZVAR=[z].tmp
-*.tmp
-ZVAR=z.tmp z.tmp
-ZVAR=z.tmp ZVAR=*.tmp ZVAR=[z].tmp
-ZVAR=z.tmp ZVAR=*.tmp ZVAR=[z].tmp

Deleted: trunk/busybox/shell/hush_test/hush-bugs/glob_and_assign.tests
===================================================================
--- trunk/busybox/shell/hush_test/hush-bugs/glob_and_assign.tests	2008-06-17 07:24:29 UTC (rev 22391)
+++ trunk/busybox/shell/hush_test/hush-bugs/glob_and_assign.tests	2008-06-17 07:26:52 UTC (rev 22392)
@@ -1,10 +0,0 @@
->ZVAR=z.tmp
->z.tmp
-ZVAR=*.tmp echo ZVAR=*.tmp "ZVAR=*.tmp" "ZVAR=[z].tmp"
-ZVAR=*.tmp /bin/echo ZVAR=*.tmp "ZVAR=*.tmp" "ZVAR=[z].tmp"
-ZVAR=*.tmp
-echo "$ZVAR"
-echo $ZVAR
-echo ZVAR=*.tmp "ZVAR=*.tmp" "ZVAR=[z].tmp"
-/bin/echo ZVAR=*.tmp "ZVAR=*.tmp" "ZVAR=[z].tmp"
-rm ZVAR=z.tmp z.tmp

Copied: trunk/busybox/shell/hush_test/hush-glob/glob_and_assign.right (from rev 22391, trunk/busybox/shell/hush_test/hush-bugs/glob_and_assign.right)
===================================================================
--- trunk/busybox/shell/hush_test/hush-glob/glob_and_assign.right	                        (rev 0)
+++ trunk/busybox/shell/hush_test/hush-glob/glob_and_assign.right	2008-06-17 07:26:52 UTC (rev 22392)
@@ -0,0 +1,6 @@
+ZVAR=z.tmp ZVAR=*.tmp ZVAR=[z].tmp
+ZVAR=z.tmp ZVAR=*.tmp ZVAR=[z].tmp
+*.tmp
+ZVAR=z.tmp z.tmp
+ZVAR=z.tmp ZVAR=*.tmp ZVAR=[z].tmp
+ZVAR=z.tmp ZVAR=*.tmp ZVAR=[z].tmp

Copied: trunk/busybox/shell/hush_test/hush-glob/glob_and_assign.tests (from rev 22391, trunk/busybox/shell/hush_test/hush-bugs/glob_and_assign.tests)
===================================================================
--- trunk/busybox/shell/hush_test/hush-glob/glob_and_assign.tests	                        (rev 0)
+++ trunk/busybox/shell/hush_test/hush-glob/glob_and_assign.tests	2008-06-17 07:26:52 UTC (rev 22392)
@@ -0,0 +1,10 @@
+>ZVAR=z.tmp
+>z.tmp
+ZVAR=*.tmp echo ZVAR=*.tmp "ZVAR=*.tmp" "ZVAR=[z].tmp"
+ZVAR=*.tmp /bin/echo ZVAR=*.tmp "ZVAR=*.tmp" "ZVAR=[z].tmp"
+ZVAR=*.tmp
+echo "$ZVAR"
+echo $ZVAR
+echo ZVAR=*.tmp "ZVAR=*.tmp" "ZVAR=[z].tmp"
+/bin/echo ZVAR=*.tmp "ZVAR=*.tmp" "ZVAR=[z].tmp"
+rm ZVAR=z.tmp z.tmp




More information about the busybox-cvs mailing list