blob: e5b0777c4186b720e2c5846b237f2660c4a2ec6b [file] [log] [blame]
# 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