summaryrefslogtreecommitdiff
path: root/tests/lib
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib b/tests/lib
index 87dd376..1ddfcea 100644
--- a/tests/lib
+++ b/tests/lib
@@ -420,7 +420,7 @@ t-save-artifacts () {
if [ x"$artifacts" = x ]; then return; fi
if [ x"tmp" = x ]; then return; fi
: '(((((((((( t-save-artifacts ))))))))))'
- cp -a "$tmp"/. "$artifacts"/.
+ cp -dR --preserve=links,timestamps "$tmp"/. "$artifacts"/.
cd "$artifacts"/.
find . \( -name \*.tar -o -name \*.sample \) -print0 | \
xargs -0r rm -v