1REQUIRES: shell
2RUN: ((false | true) && echo true || echo false) | grep false
3