Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 47314: is-at-least false positive (5.8.0.2 / 5.8) | Daniel Shahaf | 2020-08-16 | 1 | -0/+27 |
Actual behaviour: % is-at-least 5.8.0.2 5.8 && echo yes || echo no yes % is-at-least 5.8.0.2 5.8.0.0 && echo yes || echo no no Expected behaviour: Both commands should have printed "no". |