diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-14 21:06:53 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-19 17:56:07 +0300 |
commit | 78854e832f84d58236ca1009338a62640cd5a543 (patch) | |
tree | 77bc1341ecb77a2f28a0979c5678ef4abacdfe2a /tests/test/script/builtin/buildfile | |
parent | a83f3866667bca073c4d4c5d80b4deb5ac05906c (diff) |
Add rmdir 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 8c4196d..fe25065 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 touch} $b +./: test{cat echo mkdir rm rmdir touch} $b |