From 988339259fb74d81e2bd0f702503815f63edc972 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 17 Jun 2008 07:26:52 +0000 Subject: move glob_and_assign.tests from hush-bugs to hush-glob --- shell/hush_test/hush-bugs/glob_and_assign.right | 6 ------ shell/hush_test/hush-bugs/glob_and_assign.tests | 10 ---------- shell/hush_test/hush-glob/glob_and_assign.right | 6 ++++++ shell/hush_test/hush-glob/glob_and_assign.tests | 10 ++++++++++ 4 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 shell/hush_test/hush-bugs/glob_and_assign.right delete mode 100755 shell/hush_test/hush-bugs/glob_and_assign.tests create mode 100644 shell/hush_test/hush-glob/glob_and_assign.right create mode 100755 shell/hush_test/hush-glob/glob_and_assign.tests (limited to 'shell/hush_test') 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 -- cgit v1.2.3