aboutsummaryrefslogtreecommitdiff
path: root/tests/project.testscript
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-07-31 22:28:40 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-07-31 22:28:40 +0300
commit1bc3177c5acbddc96584004b86db82f489b78346 (patch)
treecda12b88a33a54149e7ec4e51a7487e3c5f13138 /tests/project.testscript
parentc6baccd931d3f953410fdded9eade98be7bf3523 (diff)
Combine multiple single-character options into a single argument for testscript commands
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.
#