From: Denis Vlasenko Date: Tue, 17 Jun 2008 07:26:52 +0000 (-0000) Subject: move glob_and_assign.tests from hush-bugs to hush-glob X-Git-Tag: 1_11_0~44 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=988339259fb74d81e2bd0f702503815f63edc972;p=oweals%2Fbusybox.git move glob_and_assign.tests from hush-bugs to hush-glob --- diff --git a/shell/hush_test/hush-bugs/glob_and_assign.right b/shell/hush_test/hush-bugs/glob_and_assign.right deleted file mode 100644 index d46e44363..000000000 --- a/shell/hush_test/hush-bugs/glob_and_assign.right +++ /dev/null @@ -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 diff --git a/shell/hush_test/hush-bugs/glob_and_assign.tests b/shell/hush_test/hush-bugs/glob_and_assign.tests deleted file mode 100755 index 0b158f20f..000000000 --- a/shell/hush_test/hush-bugs/glob_and_assign.tests +++ /dev/null @@ -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 diff --git a/shell/hush_test/hush-glob/glob_and_assign.right b/shell/hush_test/hush-glob/glob_and_assign.right new file mode 100644 index 000000000..d46e44363 --- /dev/null +++ b/shell/hush_test/hush-glob/glob_and_assign.right @@ -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 diff --git a/shell/hush_test/hush-glob/glob_and_assign.tests b/shell/hush_test/hush-glob/glob_and_assign.tests new file mode 100755 index 000000000..0b158f20f --- /dev/null +++ b/shell/hush_test/hush-glob/glob_and_assign.tests @@ -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