llvm-for-llvmta/utils/lit/tests/Inputs/shtest-not/not-calls-diff.txt
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

17 lines
413 B
Plaintext

# RUN: echo 'foo' > %t.foo0
# RUN: echo 'foo' > %t.foo1
# RUN: echo 'bar' > %t.bar
# diff fails.
# RUN: not diff %t.foo0 %t.bar
# RUN: not not not diff %t.foo0 %t.bar
# RUN: not not not not not diff %t.foo0 %t.bar
# diff succeeds.
# RUN: diff %t.foo0 %t.foo1
# RUN: not not diff %t.foo0 %t.foo1
# RUN: not not not not diff %t.foo0 %t.foo1
# diff succeeds but we expect failure.
# RUN: not diff %t.foo0 %t.foo1