From: Denys Vlasenko Date: Sat, 15 Jul 2017 20:54:46 +0000 (+0200) Subject: shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG" X-Git-Tag: 1_28_0~383 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9f904a22ffcaa517a0836a635a4a676b6b93c8fe;p=oweals%2Fbusybox.git shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG" Signed-off-by: Denys Vlasenko --- 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.