From: Karel Zak Date: Tue, 16 Aug 2016 11:40:44 +0000 (+0200) Subject: tests: keep 'hppa' in fdisk/bsd test too X-Git-Tag: v2.28.2~8 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=c9c84c06d45e4cca02a55d6c8120fc32fdb173fc;p=thirdparty%2Futil-linux.git tests: keep 'hppa' in fdisk/bsd test too Signed-off-by: Karel Zak --- 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 ;;