From 989c9e75a6fd1ef6eed9777fcd95b0f40b93f40c Mon Sep 17 00:00:00 2001 From: Ying Yi Date: Thu, 23 Nov 2017 12:48:41 +0000 Subject: [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands internally MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: The internal shell already supports 'cd', ‘export’ and ‘echo’ commands. This patch adds implementation of non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands as the internal shell builtins. Reviewers: Zachary Turner, Reid Kleckner Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D39567 llvm-svn: 318911 --- llvm/utils/lit/tests/Inputs/shtest-shell/diff-error-5.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 llvm/utils/lit/tests/Inputs/shtest-shell/diff-error-5.txt (limited to 'llvm/utils/lit/tests/Inputs/shtest-shell/diff-error-5.txt') diff --git a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-error-5.txt b/llvm/utils/lit/tests/Inputs/shtest-shell/diff-error-5.txt new file mode 100644 index 00000000000..6d8d2e5c334 --- /dev/null +++ b/llvm/utils/lit/tests/Inputs/shtest-shell/diff-error-5.txt @@ -0,0 +1,3 @@ +# Check error on an internal shell error (missing operand) +# +# RUN: diff -u -- cgit v1.2.3