mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
9a1c00f5fb
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. Reviewed by: Zachary Turner, Reid Kleckner Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D39567 llvm-svn: 319528
4 lines
106 B
Plaintext
4 lines
106 B
Plaintext
# Check error on an internal shell error (unable to find compared files)
|
|
#
|
|
# RUN: diff temp.txt temp1.txt
|