From 1fd1ea4395e520694bd9f8b1dc9e60af6442946d Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 10 Apr 2009 12:03:20 +0000 Subject: hush: tighten up "for" variable name check. Add TODOs. Disable redir4.right part where we differ from bash. It is not a bug per standards. Add a few tests, one is in hush-bugs section: and_or_and_backgrounding.right. It will likely bite users in real world usage. --- shell/hush_test/hush-bugs/and_or_and_backgrounding.right | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 shell/hush_test/hush-bugs/and_or_and_backgrounding.right (limited to 'shell/hush_test/hush-bugs/and_or_and_backgrounding.right') diff --git a/shell/hush_test/hush-bugs/and_or_and_backgrounding.right b/shell/hush_test/hush-bugs/and_or_and_backgrounding.right new file mode 100644 index 000000000..90ce63e01 --- /dev/null +++ b/shell/hush_test/hush-bugs/and_or_and_backgrounding.right @@ -0,0 +1,4 @@ +First +Second +Third +Done -- cgit v1.2.3