aboutsummaryrefslogtreecommitdiff
path: root/tests/config.testscript
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-07-31 22:05:59 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-07-31 22:27:10 +0300
commit0a9b30024ee486bb1631f75cbc559d0df1852e27 (patch)
treee424bc3a961a455bab098efe9597a75a26194d6e /tests/config.testscript
parent88da1215cc9c1790f3cd111417dae72910c8f2fc (diff)
Combine multiple single-character options into a single argument for testscript commands
Diffstat (limited to 'tests/config.testscript')
-rw-r--r--tests/config.testscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/config.testscript b/tests/config.testscript
index e2e7498..fabdbde 100644
--- a/tests/config.testscript
+++ b/tests/config.testscript
@@ -15,12 +15,12 @@
# The most commonly used configuration cloning command that copies it from the
# parent scope working directory.
#
-clone_cfg = cp -p -r ../cfg ./
+clone_cfg = cp -pr ../cfg ./
# Clones the original (presumably empty) configuration from the root scope
# working directory.
#
-clone_root_cfg = cp -p -r $~/cfg ./
+clone_root_cfg = cp -pr $~/cfg ./
# Setup a test command to use a cloned configuration directory by default.
#