From 9403537150bd2d4e7befb1b40fb61ea8db0ed751 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 7 Jul 2022 20:34:49 +0300 Subject: Use [cmdline] type for canned commands in testscripts --- tests/project.testscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/project.testscript') 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. # -- cgit v1.1