xref: /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-shell/diff-strip-trailing-cr.txt (revision 7330f729ccf0bd976a06f95fad452fe774fc7fd1)
1# Check behavior of --strip-trailing-cr.
2
3# RUN: diff -u diff-in.dos diff-in.unix && false || true
4# RUN: diff -u diff-in.unix diff-in.dos && false || true
5
6# RUN: diff -u --strip-trailing-cr diff-in.dos diff-in.unix && false || true
7# RUN: diff -u --strip-trailing-cr diff-in.unix diff-in.dos && false || true
8
9# Fail so lit will print output.
10# RUN: false
11