]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: keep 'hppa' in fdisk/bsd test too
authorKarel Zak <kzak@redhat.com>
Tue, 16 Aug 2016 11:40:44 +0000 (13:40 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 2 Sep 2016 11:28:41 +0000 (13:28 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/ts/fdisk/bsd

index 2d33dd494643a7cdecb2f74344f1680fe780d56f..953b087a227a7cadfe3b9fafcf79817140068be5 100755 (executable)
@@ -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
                ;;