summaryrefslogtreecommitdiff
path: root/utils/lit/tests/Inputs/shtest-shell/diff-error-4.txt
diff options
context:
space:
mode:
Diffstat (limited to 'utils/lit/tests/Inputs/shtest-shell/diff-error-4.txt')
-rw-r--r--utils/lit/tests/Inputs/shtest-shell/diff-error-4.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/lit/tests/Inputs/shtest-shell/diff-error-4.txt b/utils/lit/tests/Inputs/shtest-shell/diff-error-4.txt
new file mode 100644
index 00000000000..8569e33e284
--- /dev/null
+++ b/utils/lit/tests/Inputs/shtest-shell/diff-error-4.txt
@@ -0,0 +1,5 @@
+# Check exit code error (file's contents are different)
+#
+# RUN: echo "hello-first" > %t
+# RUN: echo "hello-second" > %t1
+# RUN: diff %t %t1