summaryrefslogtreecommitdiff
path: root/src/partition
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-06-29 15:55:41 +0200
committerLennart Poettering <lennart@poettering.net>2020-06-30 11:06:48 +0200
commit26b0fda9b72db06c8cb4a2cec706e0123d44ddcd (patch)
tree9af557ab043acdd33a6824d88c8a473e93a4c12f /src/partition
parente4f8d5e01f50cf9d43cac7c05a997a0dfd78b64e (diff)
downloadsystemd-26b0fda9b72db06c8cb4a2cec706e0123d44ddcd.tar.gz
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.
Diffstat (limited to 'src/partition')
-rwxr-xr-xsrc/partition/test-repart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partition/test-repart.sh b/src/partition/test-repart.sh
index 897f11411a..afdc4c13cd 100755
--- a/src/partition/test-repart.sh
+++ b/src/partition/test-repart.sh
@@ -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