aboutsummaryrefslogtreecommitdiff
path: root/tests/test/script/builtin/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-11-25 18:40:03 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-12-05 17:21:48 +0300
commit4bad3a3aa3ffc111197f1d5d4b50baa1c4390444 (patch)
tree10eb60d71cf2006ea1718e38cd0f6c974238669d /tests/test/script/builtin/buildfile
parent2e4ba5a271cb5967feaf4686337e8f63d45acb1f (diff)
Add rm builtin
Diffstat (limited to 'tests/test/script/builtin/buildfile')
-rw-r--r--tests/test/script/builtin/buildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/script/builtin/buildfile b/tests/test/script/builtin/buildfile
index baa4996..77d74cb 100644
--- a/tests/test/script/builtin/buildfile
+++ b/tests/test/script/builtin/buildfile
@@ -2,4 +2,4 @@
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-./: test{cat echo mkdir touch}
+./: test{cat echo mkdir rm touch}