summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests/Inputs/shtest-shell
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/lit/tests/Inputs/shtest-shell')
-rw-r--r--llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.dos3
-rw-r--r--llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.unix3
-rw-r--r--llvm/utils/lit/tests/Inputs/shtest-shell/diff-strip-trailing-cr.txt10
3 files changed, 0 insertions, 16 deletions
diff --git a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.dos b/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.dos
deleted file mode 100644
index 7a0560654c5..00000000000
--- a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.dos
+++ /dev/null
@@ -1,3 +0,0 @@
-In this file, the
-sequence "\r\n"
-terminates lines.
diff --git a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.unix b/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.unix
deleted file mode 100644
index 58208a3ae76..00000000000
--- a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.unix
+++ /dev/null
@@ -1,3 +0,0 @@
-In this file, the
-sequence "\n"
-terminates lines.
diff --git a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-strip-trailing-cr.txt b/llvm/utils/lit/tests/Inputs/shtest-shell/diff-strip-trailing-cr.txt
deleted file mode 100644
index 6111a8fbf72..00000000000
--- a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-strip-trailing-cr.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-# Check behavior of --strip-trailing-cr.
-
-# RUN: diff -u diff-in.dos diff-in.unix && false || true
-# RUN: diff -u diff-in.unix diff-in.dos && false || true
-
-# RUN: diff -u --strip-trailing-cr diff-in.dos diff-in.unix && false || true
-# RUN: diff -u --strip-trailing-cr diff-in.unix diff-in.dos && false || true
-
-# Fail so lit will print output.
-# RUN: false
OpenPOWER on IntegriCloud