From 9cf682c10cbc46679d361f937b124ed301d8ce25 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 15 Feb 2017 02:06:29 +0300 Subject: Add cp builtin --- tests/test/script/builtin/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test/script/builtin/buildfile') 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 -- cgit v1.1