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 treefile: Add exclude-packages 2020-02-05 21:02:06 +01:00
libtest.c tests: add libtest.c for binary tests 2017-06-29 16:16:54 +00:00
libtest.h tests: add libtest.c for binary tests 2017-06-29 16:16:54 +00:00
libtest.sh tests: Trim out dead code from libtest.sh, rework SRCDIR 2020-05-11 18:28:41 +02:00
libtestrepos.sh tests: Rename one libcomposetest.sh 2018-09-10 17:06:10 +00:00
libvm.sh tests: Fix rsync of base rpmdb with sqlite 2021-01-09 10:13:20 -05:00