diff --git a/shell/ash_test/ash-parsing/and_or_and_backgrounding.tests b/shell/ash_test/ash-parsing/and_or_and_backgrounding.tests index 05acfb863..204d44490 100755 --- a/shell/ash_test/ash-parsing/and_or_and_backgrounding.tests +++ b/shell/ash_test/ash-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. 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.