xref: /llvm-project/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-2.txt (revision 975eacada575198728353ce53e3d30b9b6404b07)
1# Create two directories for further comparison.
2# RUN: rm -rf %t/dir1 %t/dir2
3# RUN: mkdir -p %t/dir1 %t/dir2
4
5# An extra file in one of the directories, "diff -r" should fail.
6# RUN: echo extra > %t/dir2/extrafile
7# RUN: diff -r %t/dir1 %t/dir2