diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-02-15 02:06:29 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-02-16 21:41:37 +0300 |
commit | 9cf682c10cbc46679d361f937b124ed301d8ce25 (patch) | |
tree | f0eb5d8e0c259e0e5d3ee775754245f864a12e63 /tests/test/script/builtin/buildfile | |
parent | 9ce514f4ec14a13f11da75a7b90ef67141a5487e (diff) |
Add cp builtin
Diffstat (limited to 'tests/test/script/builtin/buildfile')
-rw-r--r-- | tests/test/script/builtin/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/script/builtin/buildfile b/tests/test/script/builtin/buildfile index 2a57c54..f72688d 100644 --- a/tests/test/script/builtin/buildfile +++ b/tests/test/script/builtin/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: test{cat echo mkdir rm rmdir sed test touch} $b +./: test{cat cp echo mkdir rm rmdir sed test touch} $b |