diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Other/pipefail.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Other/pipefail.txt b/test/Other/pipefail.txt new file mode 100644 index 0000000..241080a --- /dev/null +++ b/test/Other/pipefail.txt @@ -0,0 +1,2 @@ +REQUIRES: shell +RUN: ((false | true) && echo true || echo false) | grep false |