aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/lit/tests/Inputs/shtest-shell/diff-b.txt
blob: 4c5f92b2d705b917ae9c5b8761792eb8d10f2688 (plain)
1
2
3
4
5
6
7
8
# RUN: echo 'f o o' > %t.0
# RUN: echo 'b a r' >> %t.0

# RUN: echo 'f  o  o' > %t.1
# RUN: echo 'bar' >> %t.1

# Due to -b, only second line has a change.
# RUN: diff -b %t.0 %t.1