summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-6.txt
blob: 391e3517fcacdc779799736345cccf9e6694a9b8 (plain)
1
2
3
4
5
6
7
8
# Create two directories for further comparison.
# RUN: rm -rf %t/dir1 %t/dir2
# RUN: mkdir -p %t/dir1 %t/dir2

# Empty file vs directory mismatch, diff -r should fail.
# RUN: echo -n > %t/dir1/extra_file
# RUN: mkdir -p %t/dir2/extra_file
# RUN: diff -r %t/dir1 %t/dir2
OpenPOWER on IntegriCloud