hush: add testsuite for "no globbing in redirection" rule.
authorDenis Vlasenko <vda.linux@googlemail.com>
Wed, 18 Jun 2008 16:29:32 +0000 (16:29 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Wed, 18 Jun 2008 16:29:32 +0000 (16:29 -0000)
commitab876cd107fe6ca274f58bae3264396745d8e5f9
treec94ecba9c7d10af007294333e9b4c80efe079cfb
parent985de15bf3f39b5e32e34cadaf6947708197f018
hush: add testsuite for "no globbing in redirection" rule.
 simplify redirection habdling
shell/hush.c
shell/hush_test/hush-glob/glob_redir.right [new file with mode: 0644]
shell/hush_test/hush-glob/glob_redir.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/escape3.right [new file with mode: 0644]
shell/hush_test/hush-parsing/escape3.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/redir_space.right [new file with mode: 0644]
shell/hush_test/hush-parsing/redir_space.tests [new file with mode: 0755]