summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests/Inputs/shtest-shell/diff-encodings.txt
blob: d8b9718a0990098c1db76b0611cc0a2036763eac (plain)
1
2
3
4
5
6
7
8
9
# Check that diff falls back to binary mode if it cannot decode a file.

# RUN: diff -u diff-in.bin diff-in.bin
# RUN: diff -u diff-in.utf16 diff-in.bin && false || true
# RUN: diff -u diff-in.utf8 diff-in.bin && false || true
# RUN: diff -u diff-in.bin diff-in.utf8 && false || true

# Fail so lit will print output.
# RUN: false
OpenPOWER on IntegriCloud