aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/lit/tests/Inputs/shtest-shell/diff-strip-trailing-cr.txt
blob: 6111a8fbf725cbfa77b1bffb1af6763878f1754d (plain)
1
2
3
4
5
6
7
8
9
10
# Check behavior of --strip-trailing-cr.

# RUN: diff -u diff-in.dos diff-in.unix && false || true
# RUN: diff -u diff-in.unix diff-in.dos && false || true

# RUN: diff -u --strip-trailing-cr diff-in.dos diff-in.unix && false || true
# RUN: diff -u --strip-trailing-cr diff-in.unix diff-in.dos && false || true

# Fail so lit will print output.
# RUN: false