On 31/05/2012 05:35, Weijun Wang wrote:
Hi All
I was working on something else and noticed a jtreg problem, that it
does not handle parenthesis and whitespaces like a normal shell does.
A little grep shows this test might not work as expected.
Here is the webrev:
http://cr.openjdk.java.net/~weijun/7173036/webrev.00/
I've added an else clause to avoid similar errors in the future.
Well spotted, it's always amusing (or perhaps sad) to find tests that
aren't doing what we expect. The proposed change looks good to me.
-Alan