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

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

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