xref: /llvm-project/llvm/utils/lit/tests/Inputs/shtest-shell/diff-strip-trailing-cr.txt (revision 2622419c78c204105bd04d5f0b55eadbc26850ad)
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