summaryrefslogtreecommitdiffstats
path: root/tests/ts/fdisk
diff options
context:
space:
mode:
authorKarel Zak2016-08-16 13:40:44 +0200
committerKarel Zak2016-08-16 13:40:44 +0200
commitf066f32aaec26e96f88e8043692fdb3214dfd14f (patch)
tree085e32b2d6ad3d99eea4d699a7eb09631eaef6db /tests/ts/fdisk
parentbuild-sys: add parisc to define ARCH_ (diff)
downloadkernel-qcow2-util-linux-f066f32aaec26e96f88e8043692fdb3214dfd14f.tar.gz
kernel-qcow2-util-linux-f066f32aaec26e96f88e8043692fdb3214dfd14f.tar.xz
kernel-qcow2-util-linux-f066f32aaec26e96f88e8043692fdb3214dfd14f.zip
tests: keep 'hppa' in fdisk/bsd test too
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/ts/fdisk')
-rwxr-xr-xtests/ts/fdisk/bsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ts/fdisk/bsd b/tests/ts/fdisk/bsd
index 2d33dd494..953b087a2 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
;;