From 302739e70cdf9495e738a95ee65f4f46ea6ec438 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 19 Mar 2018 15:35:07 +0300 Subject: Make use of cp builtin -p option --- tests/config.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/config.test') diff --git a/tests/config.test b/tests/config.test index c40d24b..0050fb3 100644 --- a/tests/config.test +++ b/tests/config.test @@ -15,12 +15,12 @@ # The most commonly used configuration cloning command that copies it from the # parent scope working directory. # -clone_cfg = cp -r ../cfg ./ +clone_cfg = cp -p -r ../cfg ./ # Clones the original (presumably empty) configuration from the root scope # working directory. # -clone_root_cfg = cp -r $~/cfg ./ +clone_root_cfg = cp -p -r $~/cfg ./ # Setup a test command to use a cloned configuration directory by default. # -- cgit v1.1