shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG"
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 15 Jul 2017 20:54:46 +0000 (22:54 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 15 Jul 2017 20:54:46 +0000 (22:54 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash_test/ash-parsing/and_or_and_backgrounding.tests
shell/hush_test/hush-parsing/and_or_and_backgrounding.tests

index 05acfb863e7e393ca71f3b35e31b8d1061a703d2..204d444900fd570da5470dca253a0912d707fb6f 100755 (executable)
@@ -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.
index 05acfb863e7e393ca71f3b35e31b8d1061a703d2..204d444900fd570da5470dca253a0912d707fb6f 100755 (executable)
@@ -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.