test-repart: allow the test to pass on non-amd64 architectures

We specified type=root and expected to always get root-x86-64, which obviously
cannot work.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-06-29 15:55:41 +02:00 committed by Lennart Poettering
parent e4f8d5e01f
commit 26b0fda9b7

View file

@ -25,7 +25,7 @@ EOF
cat >$D/definitions/root.conf <<EOF
[Partition]
Type=root
Type=root-x86-64
EOF
ln -s root.conf $D/definitions/root2.conf