diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-06-14 17:56:49 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-06-15 21:08:07 +0300 |
commit | fc8c0e410697928d644f06dea772b51c3abc0e3f (patch) | |
tree | e136e0d5e3df77ef65818ea94fee1bdced9a074f /tests/test/script/builtin/buildfile | |
parent | 87f97db9d5dbe2aefbeb6c49c4bb65aa3b8afbc7 (diff) |
Add support for ln testscript 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 f72688d..43649db 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 cp echo mkdir rm rmdir sed test touch} $b +./: test{*} $b |