rpm-ostree/tests/common
Colin Walters 2b9b83d9ce tests: Fix rsync of base rpmdb with sqlite
Apparently small rpmdb changes can cause the size to stay the
same due to preallocation, and rsync defaults to skipping files
based on (name, size, mtime).  It's really ostree's mtime canonicalization
that's unfortunate here.

Anyways, we obviously don't care about performance here so use
`-I` to disable that rsync check.

(Also remove the `mkdir -p` since it's not necessary since a long time)

Closes: https://github.com/coreos/rpm-ostree/issues/2435
2021-01-09 10:13:20 -05:00
..
libtest-core.sh
libtest.c
libtest.h
libtest.sh
libtestrepos.sh
libvm.sh tests: Fix rsync of base rpmdb with sqlite 2021-01-09 10:13:20 -05:00