diff options
Diffstat (limited to 'shell/hush_test')
-rwxr-xr-x | shell/hush_test/hush-parsing/and_or_and_backgrounding.tests | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/hush_test/hush-parsing/and_or_and_backgrounding.tests b/shell/hush_test/hush-parsing/and_or_and_backgrounding.tests index 05acfb863..204d44490 100755 --- a/shell/hush_test/hush-parsing/and_or_and_backgrounding.tests +++ b/shell/hush_test/hush-parsing/and_or_and_backgrounding.tests @@ -1,4 +1,3 @@ -# UNFIXED BUG: hush thinks that ; && || & have the same precedence. # According to this doc, && || have higher precedence than ; &. # See example below. # Precedence of ; is not a problem in practice. Precedence of & is. |