diff options
Diffstat (limited to 'shell/hush_test/hush-bugs')
-rw-r--r-- | shell/hush_test/hush-bugs/glob_and_assign.right | 6 | ||||
-rwxr-xr-x | shell/hush_test/hush-bugs/glob_and_assign.tests | 10 |
2 files changed, 0 insertions, 16 deletions
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 d46e443..0000000 --- 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 0b158f2..0000000 --- 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 |