aboutsummaryrefslogtreecommitdiff
path: root/tests/project.testscript
diff options
context:
space:
mode:
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 673a728..fa1f0ea 100644
--- a/tests/project.testscript
+++ b/tests/project.testscript
@@ -15,11 +15,11 @@
# The most commonly used project cloning command that copies it from the
# parent scope working directory.
#
-clone_prj = cp -p -r ../prj ./
+clone_prj = cp -pr ../prj ./
# Clones the original project from the root scope working directory.
#
-clone_root_prj = cp -p -r $~/prj ./
+clone_root_prj = cp -pr $~/prj ./
# Setup a test command to use a cloned project directory by default.
#