llvm-for-llvmta/utils/lit/tests/Inputs/shtest-shell/diff-w.txt

11 lines
236 B
Plaintext
Raw Normal View History

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