Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[spec/var-op-test] Let OSH fail so we remember to fix it
Browse files Browse the repository at this point in the history
Andy C committed Jan 3, 2025
1 parent 7ea2d8b commit 7c7a663
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spec/var-op-test.test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## compare_shells: bash dash mksh zsh
## oils_failures_allowed: 2

#### Lazy Evaluation of Alternative
i=0
@@ -448,7 +449,7 @@ argv=plus
argv=
argv=plus
## END
## BUG mksh/osh STDOUT:
## BUG mksh STDOUT:
argv=
argv=plus
argv=minus
@@ -807,7 +808,7 @@ argv.py ${a[*]:-empty}
[]
## END
## BUG mksh/osh STDOUT:
## BUG mksh STDOUT:
['empty']
## END

0 comments on commit 7c7a663

Please sign in to comment.