9 lines · plain
1# RUN: mkdir %t2# Tests that if file A is in the %t directory and file B is not,3# the diff test updater copies from file A to B.4# RUN: echo "" > %S/empty.txt5# RUN: cp %S/1.in %t/1.txt6 7# RUN: diff %t/1.txt %S/empty.txt8 9 1# RUN: mkdir %t2# Tests that if file A is in the %t directory and file B is not,3# the diff test updater copies from file A to B.4# RUN: echo "" > %S/empty.txt5# RUN: cp %S/1.in %t/1.txt6 7# RUN: diff %t/1.txt %S/empty.txt8 9