From c9c84c06d45e4cca02a55d6c8120fc32fdb173fc Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 16 Aug 2016 13:40:44 +0200 Subject: [PATCH] tests: keep 'hppa' in fdisk/bsd test too Signed-off-by: Karel Zak --- tests/ts/fdisk/bsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ts/fdisk/bsd b/tests/ts/fdisk/bsd index 2d33dd4946..953b087a22 100755 --- a/tests/ts/fdisk/bsd +++ b/tests/ts/fdisk/bsd @@ -48,7 +48,7 @@ BYTE_ORDER=$($TS_HELPER_SYSINFO byte-order) ARCH=$(uname -m) case $ARCH in # see include/pt-bsd.h - *alpha* | *ppc* | *ia64* | *parisc* ) + *alpha* | *ppc* | *ia64* | *hppa* | *parisc* ) BSD_LABELSECTOR=0 BSD_LABELOFFSET=64 ;; -- 2.47.2