diff options
Diffstat (limited to 'tests/project.testscript')
-rw-r--r-- | tests/project.testscript | 4 |
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. # |