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

# An extra file in one of the directories, "diff -r" should fail.
# RUN: echo extra > %t/dir2/extrafile
# RUN: diff -r %t/dir1 %t/dir2
OpenPOWER on IntegriCloud