diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-19 19:50:53 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-19 20:35:16 +0300 |
commit | 9d04fc8feb8207cd24d6a2a00e0a9076413de72e (patch) | |
tree | e0e4e87a7699d7e670e1a43ed5d36ccca2cd874e /tests/test | |
parent | 5d6ce25142dd4624f785ebf2ffe4cc2afb8d49e0 (diff) |
Add missed file to builtins tests buildfile
Diffstat (limited to 'tests/test')
-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 43649db..6f27370 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{*} $b +./: test{*} file{cp-dir/cp-file} $b |