move glob_and_assign.tests from hush-bugs to hush-glob
authorDenis Vlasenko <vda.linux@googlemail.com>
Tue, 17 Jun 2008 07:26:52 +0000 (07:26 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Tue, 17 Jun 2008 07:26:52 +0000 (07:26 -0000)
shell/hush_test/hush-bugs/glob_and_assign.right [deleted file]
shell/hush_test/hush-bugs/glob_and_assign.tests [deleted file]
shell/hush_test/hush-glob/glob_and_assign.right [new file with mode: 0644]
shell/hush_test/hush-glob/glob_and_assign.tests [new file with mode: 0755]

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 (file)
index d46e443..0000000
+++ /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 (executable)
index 0b158f2..0000000
+++ /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 (file)
index 0000000..d46e443
--- /dev/null
@@ -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 (executable)
index 0000000..0b158f2
--- /dev/null
@@ -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