aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-15 22:54:46 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-15 22:54:46 +0200
commit9f904a22ffcaa517a0836a635a4a676b6b93c8fe (patch)
tree6b1e6fc514f0c6afdaeec3df8fb0346d8a81df2f /shell
parentee553b929c81ae0051abfd54984aa0537f767d89 (diff)
downloadbusybox-9f904a22ffcaa517a0836a635a4a676b6b93c8fe.tar.gz
shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rwxr-xr-xshell/ash_test/ash-parsing/and_or_and_backgrounding.tests1
-rwxr-xr-xshell/hush_test/hush-parsing/and_or_and_backgrounding.tests1
2 files changed, 0 insertions, 2 deletions
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.