summaryrefslogtreecommitdiffstats
path: root/tests/ts/fdisk/bsd
diff options
context:
space:
mode:
authorRuediger Meier2015-03-12 19:08:26 +0100
committerKarel Zak2015-03-13 11:55:08 +0100
commit565964a933aa02a90aeb5f26f19a40387d6420ee (patch)
tree080d4ad2cf4bd76c3c728d46b56b7330d3519464 /tests/ts/fdisk/bsd
parenttests: improve readability for fdisk/bsd (diff)
downloadkernel-qcow2-util-linux-565964a933aa02a90aeb5f26f19a40387d6420ee.tar.gz
kernel-qcow2-util-linux-565964a933aa02a90aeb5f26f19a40387d6420ee.tar.xz
kernel-qcow2-util-linux-565964a933aa02a90aeb5f26f19a40387d6420ee.zip
tests: fix fdisk/bsd for ppc64le
Actually Aurelien's patch a80886e9 should have addressed this already because it's the case LE, BSD_LABELSECTOR = 0, BSD_LABELOFFSET = 64. I've asked about this on mailing list but couldn't get more informations. Thread "test fdisk/bsd on exotic archs": http://comments.gmane.org/gmane.linux.utilities.util-linux-ng/10621 Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'tests/ts/fdisk/bsd')
-rwxr-xr-xtests/ts/fdisk/bsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ts/fdisk/bsd b/tests/ts/fdisk/bsd
index dcad1152c..b76852c66 100755
--- a/tests/ts/fdisk/bsd
+++ b/tests/ts/fdisk/bsd
@@ -66,8 +66,8 @@ function fdisk_bsd_offset_and_byte_order_clean
else
# BSD_LABELSECTOR = 0, BSD_LABELOFFSET = 64
sed -i \
- -e "s/78a922a80361cb73049bced72e0f8f1d/$md5_bsdimg1_LE_0_64/" \
- -e "s/fc2803672a0643ffe46da325629616fc/$md5_bsdimg2_LE_0_64/" \
+ -e "s/6d760d7a8ef33b27cc6e27f1e8807d48/$md5_bsdimg1_LE_0_64/" \
+ -e "s/3739c7959adb42693a69edb7a99914e8/$md5_bsdimg2_LE_0_64/" \
"$TS_OUTPUT"
fi
}