summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-4.txt
blob: 7abec5e644773aba56b776b414c53eff06e14c12 (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

# Directory vs. File mismatch, "diff -r" should fail.
# RUN: mkdir -p %t/dir1/extra_subdir
# RUN: echo ZYX > %t/dir2/extra_subdir
# RUN: diff -r %t/dir1 %t/dir2
OpenPOWER on IntegriCloud