diff options
| author | Karel Zak <kzak@redhat.com> | 2016-08-16 13:40:44 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2016-08-16 13:40:44 +0200 |
| commit | f066f32aaec26e96f88e8043692fdb3214dfd14f (patch) | |
| tree | 085e32b2d6ad3d99eea4d699a7eb09631eaef6db | |
| parent | f319e301a90bb6129a1656c46ed8b9cdf72a2d29 (diff) | |
| download | util-linux-f066f32aaec26e96f88e8043692fdb3214dfd14f.tar.gz | |
tests: keep 'hppa' in fdisk/bsd test too
Signed-off-by: Karel Zak <kzak@redhat.com>
| -rwxr-xr-x | tests/ts/fdisk/bsd | 2 |
1 files changed, 1 insertions, 1 deletions
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 ;; |
