diff options
Diffstat (limited to 'llvm/utils/lit/tests/Inputs/shtest-shell/diff-pipes.txt')
-rw-r--r-- | llvm/utils/lit/tests/Inputs/shtest-shell/diff-pipes.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-pipes.txt b/llvm/utils/lit/tests/Inputs/shtest-shell/diff-pipes.txt index 0bd73a86251..ce0abca1661 100644 --- a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-pipes.txt +++ b/llvm/utils/lit/tests/Inputs/shtest-shell/diff-pipes.txt @@ -5,16 +5,6 @@ # RUN: diff %t.foo %t.foo | FileCheck -allow-empty -check-prefix=EMPTY %s # RUN: diff -u %t.foo %t.bar | FileCheck %s && false || true -# Check input pipe. -# RUN: echo foo | diff -u - %t.foo -# RUN: echo foo | diff -u %t.foo - -# RUN: echo bar | diff -u %t.foo - && false || true -# RUN: echo bar | diff -u - %t.foo && false || true - -# Check output and input pipes at the same time. -# RUN: echo foo | diff - %t.foo | FileCheck -allow-empty -check-prefix=EMPTY %s -# RUN: echo bar | diff -u %t.foo - | FileCheck %s && false || true - # Fail so lit will print output. # RUN: false |