From 1b7be556e553cdcef6213ead6340832c306011ed Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Wed, 6 Apr 2016 09:16:10 +0200 Subject: [PATCH] tests: fix fdisk/bsd for hppa Signed-off-by: Ruediger Meier --- tests/ts/fdisk/bsd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/ts/fdisk/bsd b/tests/ts/fdisk/bsd index 8d2e762a7d..19e999b16f 100755 --- a/tests/ts/fdisk/bsd +++ b/tests/ts/fdisk/bsd @@ -46,7 +46,8 @@ BYTE_ORDER=$($TS_HELPER_SYSINFO byte-order) # and also on arch-specific offset (see include/pt-bsd.h) ARCH=$(uname -m) case $ARCH in - *ppc* | *alpha* | *ia64*) + # see include/pt-bsd.h + *alpha* | *ppc* | *ia64* | *hppa* ) BSD_LABELSECTOR=0 BSD_LABELOFFSET=64 ;; -- 2.47.3