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.29-rc1~110 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f066f32aaec26e96f88e8043692fdb3214dfd14f;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 ;;