]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: fix fdisk/bsd for hppa
authorRuediger Meier <ruediger.meier@ga-group.nl>
Wed, 6 Apr 2016 07:16:10 +0000 (09:16 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 6 Apr 2016 11:46:34 +0000 (13:46 +0200)
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
tests/ts/fdisk/bsd

index 8d2e762a7d7d639fd79ac8cc32e55f8c43990913..19e999b16f0858fe42ed408637a7eacf20d16fce 100755 (executable)
@@ -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 
                ;;