llvm-for-llvmta/utils/lit/tests/Inputs/shtest-shell/diff-strip-trailing-cr.txt

11 lines
358 B
Plaintext
Raw Normal View History

2022-04-25 10:02:23 +02:00
# 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