aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndré Aparício <aparicio99@gmail.com>2012-06-11 02:45:15 +0100
committerAndré Aparício <aparicio99@gmail.com>2012-08-03 01:03:35 +0100
commit3b61db33dab08044404af5ae9123b9bad85f7b05 (patch)
treef5e22e929c1db8917d9d349a54c8560c5756e618 /test
parentWalker: Support local declaration inside eval (diff)
downloadlibbash-3b61db33dab08044404af5ae9123b9bad85f7b05.tar.gz
libbash-3b61db33dab08044404af5ae9123b9bad85f7b05.tar.bz2
libbash-3b61db33dab08044404af5ae9123b9bad85f7b05.zip
Parser&Walker: Support redirection
The order of the arguments for commands in the AST was changed, it was 'command_atom redirection', and now it's 'redirection command_atom'. This is due to the need of having the redirection set before evaluating the expression.
Diffstat (limited to 'test')
-rwxr-xr-xtest/bash_compiler.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/bash_compiler.sh b/test/bash_compiler.sh
index 54b8178..8f7f80f 100755
--- a/test/bash_compiler.sh
+++ b/test/bash_compiler.sh
@@ -18,4 +18,5 @@ do
done
rm -rf $result
+rm -rf scripts/input_output_test
exit $error