aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-parsing/and_or_and_backgrounding.tests
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash_test/ash-parsing/and_or_and_backgrounding.tests')
-rwxr-xr-xshell/ash_test/ash-parsing/and_or_and_backgrounding.tests1
1 files changed, 0 insertions, 1 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.