summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-0.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-0.txt')
-rw-r--r--llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-0.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-0.txt b/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-0.txt
new file mode 100644
index 00000000000..ae571c14f35
--- /dev/null
+++ b/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-0.txt
@@ -0,0 +1,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