diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-25 19:35:09 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-26 01:58:31 +0300 |
commit | 1ae34f7a3a7b7977338bb0bbd5b70add36255cf4 (patch) | |
tree | a3bf4fd38897d23dcde3862a28037d0534a05ac1 /tests/test/script/builtin/buildfile | |
parent | 22278dfe43f8d3a492d643671b8926b77582a583 (diff) |
Add test 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 fe25065..e5bac10 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 touch} $b +./: test{cat echo mkdir rm rmdir test touch} $b |