aboutsummaryrefslogtreecommitdiff
path: root/tests/project.testscript
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-07-07 20:34:49 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-07-07 20:34:49 +0300
commit9403537150bd2d4e7befb1b40fb61ea8db0ed751 (patch)
tree25fc8cec3273c1f1c7164627284cf6f9f6b40371 /tests/project.testscript
parented05ed4c87dffecd131a355b2d459a08a821318f (diff)
Use [cmdline] type for canned commands in testscripts
Diffstat (limited to 'tests/project.testscript')
-rw-r--r--tests/project.testscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/project.testscript b/tests/project.testscript
index efb0f2c..b40f7da 100644
--- a/tests/project.testscript
+++ b/tests/project.testscript
@@ -14,11 +14,11 @@
# The most commonly used project cloning command that copies it from the
# parent scope working directory.
#
-clone_prj = cp -pr ../prj ./
+clone_prj = [cmdline] cp -pr ../prj ./
# Clones the original project from the root scope working directory.
#
-clone_root_prj = cp -pr $~/prj ./
+clone_root_prj = [cmdline] cp -pr $~/prj ./
# Setup a test command to use a cloned project directory by default.
#