
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
5 lines
120 B
Plaintext
5 lines
120 B
Plaintext
# Check error on a unsupported rm (can't remove test since it is a directory).
|
|
#
|
|
# RUN: mkdir -p test
|
|
# RUN: rm -f test
|