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

# Add two empty files with different names, "diff -r" should fail.
# RUN: touch %t/dir1/dir1unique
# RUN: touch %t/dir2/dir2unique
# RUN: diff -r %t/dir1 %t/dir2
OpenPOWER on IntegriCloud