Permalink
Please sign in to comment.
Browse files
Fix spec tests after the fix for [ -a ].
Now that we allow -a as a prefix operator, OSH behaves more like other shells. Also add missing error check when parsing boolean expressions. This fixes a crash in [ exposed in blog2.test.sh.
- Loading branch information...
Showing
with
4 additions
and 8 deletions.
- +2 −0 osh/bool_parse.py
- +2 −8 spec/blog2.test.sh
0 comments on commit
5a37cbc